| Package | Description |
|---|---|
| com.orsoncharts.plot |
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class. |
| com.orsoncharts.renderer |
Base package for renderer support.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XYZPlot.rendererChanged(Renderer3DChangeEvent event)
Receives notification that the plot's renderer 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.rendererChanged(Renderer3DChangeEvent event)
Receives notification that the renderer has been modified in some way.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRenderer3D.notifyListeners(Renderer3DChangeEvent event)
Notifies all registered listeners that the plot has been modified.
|
void |
Renderer3DChangeListener.rendererChanged(Renderer3DChangeEvent event)
Called to signal a change to a renderer.
|