| Package | Description |
|---|---|
| com.orsoncharts.data |
Core data structures used as the building blocks for datasets in Orson
Charts.
|
| com.orsoncharts.data.category |
Datasets that can be used by the
CategoryPlot3D
class. |
| com.orsoncharts.data.xyz |
Datasets that can be used by the
XYZPlot
class. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardPieDataset3D<K extends java.lang.Comparable<K>>
A dataset that can be used with a
PiePlot3D. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardCategoryDataset3D<S extends java.lang.Comparable<S>,R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>>
A standard implementation of the
CategoryDataset3D interface. |
| 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). |