Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
Modifier and Type | Method and Description |
---|---|
PieLabelRecord |
AbstractPieLabelDistributor.getPieLabelRecord(int index)
Returns a label record from the list.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPieLabelDistributor.addPieLabelRecord(PieLabelRecord record)
Adds a label record.
|
protected void |
PiePlot.drawLeftLabel(java.awt.Graphics2D g2,
PiePlotState state,
PieLabelRecord record)
Draws a section label on the left side of the pie chart.
|
protected void |
PiePlot.drawRightLabel(java.awt.Graphics2D g2,
PiePlotState state,
PieLabelRecord record)
Draws a section label on the right side of the pie chart.
|