| Package | Description |
|---|---|
| com.orsoncharts | |
| com.orsoncharts.fx |
Custom viewing component (and support classes) for JavaFX.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Chart3DPanel
A panel designed to display a
Chart3D in a Swing-based desktop
application. |
| Modifier and Type | Method and Description |
|---|---|
void |
Chart3D.addChangeListener(Chart3DChangeListener listener)
Registers a listener to receive notification of changes to the chart.
|
void |
Chart3D.removeChangeListener(Chart3DChangeListener listener)
Deregisters a listener so that it no longer receives notification of
changes to the chart.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Chart3DCanvas
A canvas node for displaying a
Chart3D in JavaFX. |