| 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 |
Axis3DChangeListener.axisChanged(Axis3DChangeEvent event)
Called to inform that an axis change event has occurred.
|
void |
AbstractAxis3D.notifyListeners(Axis3DChangeEvent event)
Notifies all registered listeners that the plot has been modified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XYZPlot.axisChanged(Axis3DChangeEvent event)
Receives notification that one of the plot's axes has changed, and
responds by passing on a
Plot3DChangeEvent to the plot's
registered listeners (with the default set-up, this notifies the
chart). |
void |
CategoryPlot3D.axisChanged(Axis3DChangeEvent event)
Receives notification that one of the axes has been changed.
|