Uses of Class
org.jfree.chart.plot.AbstractPieLabelDistributor
-
Uses of AbstractPieLabelDistributor in org.jfree.chart.plot
Modifier and TypeClassDescriptionclass
This class distributes the section labels for one side of a pie chart so that they do not overlap.Modifier and TypeMethodDescriptionPiePlot.getLabelDistributor()
Returns the object responsible for the vertical layout of the pie section labels.Modifier and TypeMethodDescriptionvoid
PiePlot.setLabelDistributor
(AbstractPieLabelDistributor distributor) Sets the label distributor and sends aPlotChangeEvent
to all registered listeners.