| Interface | Description |
|---|---|
| XYZDataset<S extends java.lang.Comparable<S>> |
Defines the methods used to access data in the form of multiple series
containing
(x, y, z) data items. |
| Class | Description |
|---|---|
| XYZDataItem |
Represents a single
(x, y, z) data item, which can be added to
a XYZSeries. |
| XYZDatasetUtils |
A collection of utility methods related to
XYZDataset. |
| XYZItemKey<S extends java.lang.Comparable<S>> |
An object that references one data item in an
XYZDataset. |
| XYZItemKeys |
Utility methods.
|
| XYZSeries<K extends java.lang.Comparable<K>> |
A data series containing a sequence of
(x, y, z) data items. |
| 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). |
XYZPlot
class.