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 TypeInterfaceDescriptioninterfacePieDataset3D<K extends Comparable<K>>The interface through which thePiePlot3Dclass obtains data for pie charts.Classes in org.jfree.chart3d.data that implement Dataset3DModifier and TypeClassDescriptionclassA base class that can be used to create new dataset classes.final classStandardPieDataset3D<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 TypeInterfaceDescriptioninterfaceCategoryDataset3D<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 classStandardCategoryDataset3D<S extends Comparable<S>,R extends Comparable<R>, C extends Comparable<C>> A standard implementation of theCategoryDataset3Dinterface. -
Uses of Dataset3D in org.jfree.chart3d.data.xyz
Subinterfaces of Dataset3D in org.jfree.chart3d.data.xyzModifier and TypeInterfaceDescriptioninterfaceXYZDataset<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 TypeClassDescriptionclassXYZSeriesCollection<S extends Comparable<S>>A collection ofXYZSeriesobjects (implements theXYZDatasetinterface so that it can be used as a source of data for anXYZRendereron anXYZPlot).