org.jfree.chart.plot
Class AbstractPieLabelDistributor
java.lang.Object
org.jfree.chart.plot.AbstractPieLabelDistributor
- Serializable
extends java.lang.Object
implements Serializable
protected List | labels - The label records.
|
labels
protected List labels
The label records.
clear
public void clear()
Clears the list of labels.
distributeLabels
public abstract void distributeLabels(double minY,
double height)
Called by the
PiePlot
class. Implementations should distribute
the labels in this.labels then return.
minY
- the y-coordinate for the top of the label area.height
- the height of the label area.
getItemCount
public int getItemCount()
Returns the number of items in the list.