Uses of Interface
org.jfree.chart3d.label.XYZLabelGenerator
Packages that use XYZLabelGenerator
Package
Description
Classes related to chart labels.
Standard plot types (
PiePlot3D
,
CategoryPlot3D
and
XYZPlot
) that can be used with the
Chart3D
class.-
Uses of XYZLabelGenerator in org.jfree.chart3d.label
Classes in org.jfree.chart3d.label that implement XYZLabelGeneratorModifier and TypeClassDescriptionclass
A default implementation of theXYZLabelGenerator
interface. -
Uses of XYZLabelGenerator in org.jfree.chart3d.plot
Methods in org.jfree.chart3d.plot that return XYZLabelGeneratorModifier and TypeMethodDescriptionXYZPlot.getLegendLabelGenerator()
Returns the legend label generator.Methods in org.jfree.chart3d.plot with parameters of type XYZLabelGeneratorModifier and TypeMethodDescriptionvoid
XYZPlot.setLegendLabelGenerator
(XYZLabelGenerator generator) Sets the legend label generator and sends aPlot3DChangeEvent
to all registered listeners.