Uses of Class
org.jfree.chart.plot.PieLabelRecord
Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of PieLabelRecord in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return PieLabelRecord Modifier and Type Method Description PieLabelRecord
PieLabelDistributor. getPieLabelRecord(int index)
Returns a label record from the list.Methods in org.jfree.chart.plot with parameters of type PieLabelRecord Modifier and Type Method Description void
PieLabelDistributor. addPieLabelRecord(PieLabelRecord record)
Adds a label record.