| Package | Description |
|---|---|
| com.orsoncharts.axis | |
| com.orsoncharts.plot |
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class. |
| Modifier and Type | Method and Description |
|---|---|
void |
Axis3D.addChangeListener(Axis3DChangeListener listener)
Registers a listener so that it receives notification of changes to the
axis.
|
void |
AbstractAxis3D.addChangeListener(Axis3DChangeListener listener)
Registers a listener so that it will receive axis change events.
|
void |
Axis3D.removeChangeListener(Axis3DChangeListener listener)
Deregisters a listener so that it no longer receives notification of
changes to the axis.
|
void |
AbstractAxis3D.removeChangeListener(Axis3DChangeListener listener)
Deregisters a listener so that it will no longer receive axis
change events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryPlot3D
A 3D plot with two category axes (x and z) and a numerical y-axis that can
display data from a
CategoryDataset3D. |
class |
XYZPlot
A 3D plot with three numerical axes that displays data from an
XYZDataset. |