Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
PieLabelDistributor
This class distributes the section labels for one side of a pie chart so
that they do not overlap.
|
Modifier and Type | Method and Description |
---|---|
AbstractPieLabelDistributor |
PiePlot.getLabelDistributor()
Returns the object responsible for the vertical layout of the pie
section labels.
|
Modifier and Type | Method and Description |
---|---|
void |
PiePlot.setLabelDistributor(AbstractPieLabelDistributor distributor)
Sets the label distributor and sends a
PlotChangeEvent to all
registered listeners. |