Uses of Interface
org.jfree.chart3d.renderer.xyz.XYZRenderer
Packages that use XYZRenderer
Package
Description
Standard plot types (
PiePlot3D
,
CategoryPlot3D
and
XYZPlot
) that can be used with the
Chart3D
class.Renderers that can be used with the
XYZPlot
class.Classes for controlling chart styles.
-
Uses of XYZRenderer in org.jfree.chart3d.plot
Methods in org.jfree.chart3d.plot that return XYZRendererMethods in org.jfree.chart3d.plot with parameters of type XYZRendererModifier and TypeMethodDescriptionvoid
XYZPlot.setRenderer
(XYZRenderer renderer) Sets the renderer for the plot and sends aPlot3DChangeEvent
to all registered listeners.Constructors in org.jfree.chart3d.plot with parameters of type XYZRendererModifierConstructorDescriptionXYZPlot
(XYZDataset dataset, XYZRenderer renderer, ValueAxis3D xAxis, ValueAxis3D yAxis, ValueAxis3D zAxis) Creates a new plot with the specified axes. -
Uses of XYZRenderer in org.jfree.chart3d.renderer.xyz
Classes in org.jfree.chart3d.renderer.xyz that implement XYZRendererModifier and TypeClassDescriptionclass
A renderer that draws 3D bars on anXYZPlot
using data from anXYZDataset
.class
A renderer that draws 3D lines on anXYZPlot
using data from anXYZDataset
.class
A renderer for 3D scatter plots.class
A renderer that plots a surface based on a function (any implementation ofFunction3D
). -
Uses of XYZRenderer in org.jfree.chart3d.style
Methods in org.jfree.chart3d.style with parameters of type XYZRendererModifier and TypeMethodDescriptionprotected void
ChartStyler.styleXYZRenderer
(XYZRenderer renderer) Applies the current style to an XYZ renderer.