| Package | Description |
|---|---|
| com.orsoncharts | |
| com.orsoncharts.plot |
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class. |
| Modifier and Type | Class and Description |
|---|---|
class |
Chart3D
A chart object for 3D charts (this is the umbrella object that manages all
the components of the chart).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plot3D.addChangeListener(Plot3DChangeListener listener)
Registers a listener to receive notification of changes to the plot.
|
void |
AbstractPlot3D.addChangeListener(Plot3DChangeListener listener)
Registers an object for notification of changes to the plot.
|
void |
Plot3D.removeChangeListener(Plot3DChangeListener listener)
De-registers a listener so that it no longer receives notification of
changes to the plot.
|
void |
AbstractPlot3D.removeChangeListener(Plot3DChangeListener listener)
Unregisters an object for notification of changes to the plot.
|