Header
And More


Uses of Interface
org.jfree.chart.labels.PieSectionLabelGenerator

Packages that use PieSectionLabelGenerator
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
 class StandardPieSectionLabelGenerator
          A standard item label generator for plots that use data from a PieDataset.
 

Uses of PieSectionLabelGenerator in org.jfree.chart.plot
 

Methods in org.jfree.chart.plot that return PieSectionLabelGenerator
 PieSectionLabelGenerator PiePlot.getLabelGenerator()
          Returns the section label generator.
 PieSectionLabelGenerator PiePlot.getLegendLabelGenerator()
          Returns the legend label generator.
 PieSectionLabelGenerator PiePlot.getLegendLabelToolTipGenerator()
          Returns the legend label tool tip generator.
 

Methods in org.jfree.chart.plot with parameters of type PieSectionLabelGenerator
 void PiePlot.setLabelGenerator(PieSectionLabelGenerator generator)
          Sets the section label generator and sends a PlotChangeEvent to all registered listeners.
 void PiePlot.setLegendLabelGenerator(PieSectionLabelGenerator generator)
          Sets the legend label generator and sends a PlotChangeEvent to all registered listeners.
 void PiePlot.setLegendLabelToolTipGenerator(PieSectionLabelGenerator generator)
          Sets the legend label tool tip generator and sends a PlotChangeEvent to all registered listeners.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.