| Package | Description |
|---|---|
| com.orsoncharts.data.xyz |
Datasets that can be used by the
XYZPlot
class. |
| Modifier and Type | Class and Description |
|---|---|
class |
XYZSeriesCollection<S extends java.lang.Comparable<S>>
A collection of
XYZSeries objects (implements the XYZDataset
interface so that it can be used as a source of data for an
XYZRenderer on an XYZPlot). |
| Modifier and Type | Method and Description |
|---|---|
void |
XYZSeries.addChangeListener(Series3DChangeListener listener)
Registers an object with this series, to receive notification whenever
the series changes.
|
void |
XYZSeries.removeChangeListener(Series3DChangeListener listener)
Deregisters an object, so that it not longer receives notification
whenever the series changes.
|