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 TypeClassDescriptionclassA default implementation of theXYZLabelGeneratorinterface. -
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 TypeMethodDescriptionvoidXYZPlot.setLegendLabelGenerator(XYZLabelGenerator generator) Sets the legend label generator and sends aPlot3DChangeEventto all registered listeners.