Uses of Interface
org.jfree.chart3d.data.Dataset3D
Packages that use Dataset3D
Package
Description
Core data structures used as the building blocks for datasets in Orson
Charts.
Datasets that can be used by the
CategoryPlot3D
class.Datasets that can be used by the
XYZPlot
class.-
Uses of Dataset3D in org.jfree.chart3d.data
Subinterfaces of Dataset3D in org.jfree.chart3d.dataModifier and TypeInterfaceDescriptioninterface
PieDataset3D<K extends Comparable<K>>
The interface through which thePiePlot3D
class obtains data for pie charts.Classes in org.jfree.chart3d.data that implement Dataset3DModifier and TypeClassDescriptionclass
A base class that can be used to create new dataset classes.final class
StandardPieDataset3D<K extends Comparable<K>>
A dataset that can be used with aPiePlot3D
. -
Uses of Dataset3D in org.jfree.chart3d.data.category
Subinterfaces of Dataset3D in org.jfree.chart3d.data.categoryModifier and TypeInterfaceDescriptioninterface
CategoryDataset3D<S extends Comparable<S>,
R extends Comparable<R>, C extends Comparable<C>> An interface for a dataset with multiple series of data in the form of(rowKey, columnKey, value)
.Classes in org.jfree.chart3d.data.category that implement Dataset3DModifier and TypeClassDescriptionfinal class
StandardCategoryDataset3D<S extends Comparable<S>,
R extends Comparable<R>, C extends Comparable<C>> A standard implementation of theCategoryDataset3D
interface. -
Uses of Dataset3D in org.jfree.chart3d.data.xyz
Subinterfaces of Dataset3D in org.jfree.chart3d.data.xyzModifier and TypeInterfaceDescriptioninterface
XYZDataset<S extends Comparable<S>>
Defines the methods used to access data in the form of multiple series containing(x, y, z)
data items.Classes in org.jfree.chart3d.data.xyz that implement Dataset3DModifier and TypeClassDescriptionclass
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
).