Uses of Interface
org.jfree.chart.labels.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
Modifier and TypeClassDescriptionclass
A standard item label generator for plots that use data from aPieDataset
. -
Uses of PieSectionLabelGenerator in org.jfree.chart.plot
Modifier and TypeMethodDescriptionPiePlot.getLabelGenerator()
Returns the section label generator.PiePlot.getLegendLabelGenerator()
Returns the legend label generator.PiePlot.getLegendLabelToolTipGenerator()
Returns the legend label tool tip generator.Modifier and TypeMethodDescriptionvoid
PiePlot.setLabelGenerator
(PieSectionLabelGenerator generator) Sets the section label generator and sends aPlotChangeEvent
to all registered listeners.void
PiePlot.setLegendLabelGenerator
(PieSectionLabelGenerator generator) Sets the legend label generator and sends aPlotChangeEvent
to all registered listeners.void
PiePlot.setLegendLabelToolTipGenerator
(PieSectionLabelGenerator generator) Sets the legend label tool tip generator and sends aPlotChangeEvent
to all registered listeners.