| |
|
| java.lang.Object org.jfree.chart.plot.AbstractPieLabelDistributor
All known Subclasses: org.jfree.chart.plot.PieLabelDistributor,
Field Summary | |
protected List | labels The label records. |
labels | protected List labels(Code) | | The label records.
|
AbstractPieLabelDistributor | public AbstractPieLabelDistributor()(Code) | | Creates a new instance.
|
addPieLabelRecord | public void addPieLabelRecord(PieLabelRecord record)(Code) | | Adds a label record.
Parameters: record - the label record (null not permitted). |
clear | public void clear()(Code) | | Clears the list of labels.
|
distributeLabels | abstract public void distributeLabels(double minY, double height)(Code) | | Called by the
PiePlot class. Implementations should distribute
the labels in this.labels then return.
Parameters: minY - the y-coordinate for the top of the label area. Parameters: height - the height of the label area. |
getItemCount | public int getItemCount()(Code) | | Returns the number of items in the list.
The item count. |
getPieLabelRecord | public PieLabelRecord getPieLabelRecord(int index)(Code) | | Returns a label record from the list.
Parameters: index - the index. The label record. |
|
|
|