| Package | Description |
|---|---|
| com.orsoncharts.data |
Core data structures used as the building blocks for datasets in Orson
Charts.
|
| com.orsoncharts.data.xyz |
Datasets that can be used by the
XYZPlot
class. |
| Modifier and Type | Method and Description |
|---|---|
void |
Series3DChangeListener.seriesChanged(Series3DChangeEvent event)
Called when an observed series changes in some way.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XYZSeries.notifyListeners(Series3DChangeEvent event)
Sends a change event to all registered listeners.
|
void |
XYZSeriesCollection.seriesChanged(Series3DChangeEvent event)
Called when an observed series changes in some way.
|