Module org.jfree.chart3d
Package org.jfree.chart3d.data.xyz
package org.jfree.chart3d.data.xyz
Datasets that can be used by the
XYZPlot
class.-
ClassDescriptionRepresents a single
(x, y, z)
data item, which can be added to aXYZSeries
.XYZDataset<S extends Comparable<S>>Defines the methods used to access data in the form of multiple series containing(x, y, z)
data items.A collection of utility methods related toXYZDataset
.XYZItemKey<S extends Comparable<S>>An object that references one data item in anXYZDataset
.Utility methods.XYZSeries<K extends Comparable<K>>A data series containing a sequence of(x, y, z)
data items.XYZSeriesCollection<S extends Comparable<S>>A collection ofXYZSeries
objects (implements theXYZDataset
interface so that it can be used as a source of data for anXYZRenderer
on anXYZPlot
).