Uses of Class
org.jfree.chart.plot.pie.AbstractPieLabelDistributor
-
Packages that use AbstractPieLabelDistributor Package Description org.jfree.chart.plot.pie Classes used to create pie charts. -
-
Uses of AbstractPieLabelDistributor in org.jfree.chart.plot.pie
Subclasses of AbstractPieLabelDistributor in org.jfree.chart.plot.pie Modifier and Type Class Description classPieLabelDistributorThis class distributes the section labels for one side of a pie chart so that they do not overlap.Methods in org.jfree.chart.plot.pie that return AbstractPieLabelDistributor Modifier and Type Method Description AbstractPieLabelDistributorPiePlot. getLabelDistributor()Returns the object responsible for the vertical layout of the pie section labels.Methods in org.jfree.chart.plot.pie with parameters of type AbstractPieLabelDistributor Modifier and Type Method Description voidPiePlot. setLabelDistributor(AbstractPieLabelDistributor distributor)Sets the label distributor and sends aPlotChangeEventto all registered listeners.
-