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 TypeMethodDescriptionvoidXYZPlot.setRenderer(XYZRenderer renderer) Sets the renderer for the plot and sends aPlot3DChangeEventto 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 TypeClassDescriptionclassA renderer that draws 3D bars on anXYZPlotusing data from anXYZDataset.classA renderer that draws 3D lines on anXYZPlotusing data from anXYZDataset.classA renderer for 3D scatter plots.classA 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 voidChartStyler.styleXYZRenderer(XYZRenderer renderer) Applies the current style to an XYZ renderer.