Uses of Interface
org.jfree.chart3d.plot.Plot3D
Packages that use Plot3D
Package
Description
Classes related to chart legends.
Standard plot types (
PiePlot3D
,
CategoryPlot3D
and
XYZPlot
) that can be used with the
Chart3D
class.Classes for controlling chart styles.
-
Uses of Plot3D in org.jfree.chart3d
Methods in org.jfree.chart3d that return Plot3DModifier and TypeMethodDescriptionChart3D.getPlot()
Returns the plot, which manages the dataset, the axes (if any), the renderer (if any) and other attributes related to plotting data.Constructors in org.jfree.chart3d with parameters of type Plot3D -
Uses of Plot3D in org.jfree.chart3d.legend
Methods in org.jfree.chart3d.legend with parameters of type Plot3DModifier and TypeMethodDescriptionColorScaleLegendBuilder.createLegend
(Plot3D plot, Anchor2D anchor, Orientation orientation, ChartStyle style) Creates a new color scale legend with the specified orientation.LegendBuilder.createLegend
(Plot3D plot, Anchor2D anchor, Orientation orientation, ChartStyle style) Creates a legend for the specified plot.StandardLegendBuilder.createLegend
(Plot3D plot, Anchor2D anchor, Orientation orientation, ChartStyle style) Creates and returns a legend (instance ofTableElement
) that provides a visual key for the data series in the specified plot. -
Uses of Plot3D in org.jfree.chart3d.plot
Classes in org.jfree.chart3d.plot that implement Plot3DModifier and TypeClassDescriptionclass
A base class that can be used to create classes that implementPlot3D
.class
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
.Methods in org.jfree.chart3d.plot that return Plot3DModifier and TypeMethodDescriptionPlot3DChangeEvent.getPlot()
Returns the plot from which the event came.Constructors in org.jfree.chart3d.plot with parameters of type Plot3DModifierConstructorDescriptionPlot3DChangeEvent
(Object source, Plot3D plot, boolean requiresWorldUpdate) Creates a new event. -
Uses of Plot3D in org.jfree.chart3d.style
Methods in org.jfree.chart3d.style with parameters of type Plot3D