| 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 | Method and Description |
|---|---|
void |
Chart3D.plotChanged(Plot3DChangeEvent event)
Receives notification of a plot change event, refreshes the 3D model
(world) and passes the event on, wrapped in a
Chart3DChangeEvent,
to all registered listeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPlot3D.notifyListeners(Plot3DChangeEvent event)
Notifies all registered listeners that the plot has been modified.
|
void |
Plot3DChangeListener.plotChanged(Plot3DChangeEvent event)
Receives notification that a plot has changed.
|