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 TypeClassDescriptionclass
A 3D plot with two category axes (x and z) and a numerical y-axis that can display data from aCategoryDataset3D
.class
A plot for creating 3D pie charts.class
A 3D plot with three numerical axes that displays data from anXYZDataset
.