Uses of Interface
org.jfree.chart3d.label.PieLabelGenerator
Packages that use PieLabelGenerator
Package
Description
Classes related to chart labels.
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class.-
Uses of PieLabelGenerator in org.jfree.chart3d.label
Classes in org.jfree.chart3d.label that implement PieLabelGeneratorModifier and TypeClassDescriptionclassA default implementation of thePieLabelGeneratorinterface. -
Uses of PieLabelGenerator in org.jfree.chart3d.plot
Methods in org.jfree.chart3d.plot that return PieLabelGeneratorModifier and TypeMethodDescriptionPiePlot3D.getLegendLabelGenerator()Returns the object that creates legend labels for each section of the pie chart.PiePlot3D.getSectionLabelGenerator()Returns the object that creates labels for each section of the pie chart.PiePlot3D.getToolTipGenerator()Returns the tool tip generator.Methods in org.jfree.chart3d.plot with parameters of type PieLabelGeneratorModifier and TypeMethodDescriptionvoidPiePlot3D.setLegendLabelGenerator(PieLabelGenerator generator) Sets the object that creates legend labels for each section of the pie chart, and sends aPlot3DChangeEventto all registered listeners.voidPiePlot3D.setSectionLabelGenerator(PieLabelGenerator generator) Sets the object that creates labels for each section of the pie chart, and sends aPlot3DChangeEventto all registered listeners.voidPiePlot3D.setToolTipGenerator(PieLabelGenerator generator) Sets the tool tip generator and sends a change event to all registered listeners.