| Package | Description |
|---|---|
| com.orsoncharts.data.xyz |
Datasets that can be used by the
XYZPlot
class. |
| Modifier and Type | Method and Description |
|---|---|
XYZSeries |
XYZSeriesCollection.getSeries(java.lang.Comparable<?> key)
Returns the series with the specified key, or
null if
there is no such series. |
XYZSeries |
XYZSeriesCollection.getSeries(int index)
Returns the series with the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XYZSeriesCollection.add(XYZSeries series)
Adds a series to the collection (note that the series key must be
unique within the collection).
|