Uses of Interface
org.jfree.chart.labels.PieSectionLabelGenerator
| Package | Description |
|---|---|
| org.jfree.chart.labels |
Generators and other classes used for the display of item labels and tooltips.
|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of PieSectionLabelGenerator in org.jfree.chart.labels
Classes in org.jfree.chart.labels that implement PieSectionLabelGenerator Modifier and Type Class Description classStandardPieItemLabelGeneratorA 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 PieSectionLabelGenerator Modifier and Type Method Description PieSectionLabelGeneratorPiePlot. getLabelGenerator()Returns the section label generator.Methods in org.jfree.chart.plot with parameters of type PieSectionLabelGenerator Modifier and Type Method Description voidPiePlot. setLabelGenerator(PieSectionLabelGenerator generator)Sets the section label generator and sends aPlotChangeEventto all registered listeners.