Uses of Interface
org.jfree.chart.labels.PieSectionLabelGenerator
Packages that use PieSectionLabelGenerator
Package
Description
Generators and other classes used for the display of item labels and tooltips.
Plot classes and related interfaces.
- 
Uses of PieSectionLabelGenerator in org.jfree.chart.labels
Classes in org.jfree.chart.labels that implement PieSectionLabelGeneratorModifier and TypeClassDescriptionclassA standard item label generator for plots that use data from aPieDataset. - 
Uses of PieSectionLabelGenerator in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return PieSectionLabelGeneratorModifier and TypeMethodDescriptionPiePlot.getLabelGenerator()Returns the section label generator.PiePlot.getLegendLabelGenerator()Returns the legend label generator.PiePlot.getLegendLabelToolTipGenerator()Returns the legend label tool tip generator.Methods in org.jfree.chart.plot with parameters of type PieSectionLabelGeneratorModifier and TypeMethodDescriptionvoidPiePlot.setLabelGenerator(PieSectionLabelGenerator generator) Sets the section label generator and sends aPlotChangeEventto all registered listeners.voidPiePlot.setLegendLabelGenerator(PieSectionLabelGenerator generator) Sets the legend label generator and sends aPlotChangeEventto all registered listeners.voidPiePlot.setLegendLabelToolTipGenerator(PieSectionLabelGenerator generator) Sets the legend label tool tip generator and sends aPlotChangeEventto all registered listeners.