Uses of Class
org.jfree.chart3d.plot.AbstractPlot3D
Packages that use AbstractPlot3D
Package
Description
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class.-
Uses of AbstractPlot3D in org.jfree.chart3d.plot
Subclasses of AbstractPlot3D in org.jfree.chart3d.plotModifier and TypeClassDescriptionclassA 3D plot with two category axes (x and z) and a numerical y-axis that can display data from aCategoryDataset3D.classA plot for creating 3D pie charts.classA 3D plot with three numerical axes that displays data from anXYZDataset.