Uses of Class
org.jfree.chart.plot.AbstractPieLabelDistributor
Packages that use AbstractPieLabelDistributor
- 
Uses of AbstractPieLabelDistributor in org.jfree.chart.plot
Subclasses of AbstractPieLabelDistributor in org.jfree.chart.plotModifier and TypeClassDescriptionclassThis class distributes the section labels for one side of a pie chart so that they do not overlap.Methods in org.jfree.chart.plot that return AbstractPieLabelDistributorModifier and TypeMethodDescriptionPiePlot.getLabelDistributor()Returns the object responsible for the vertical layout of the pie section labels.Methods in org.jfree.chart.plot with parameters of type AbstractPieLabelDistributorModifier and TypeMethodDescriptionvoidPiePlot.setLabelDistributor(AbstractPieLabelDistributor distributor) Sets the label distributor and sends aPlotChangeEventto all registered listeners.