Uses of Class
org.jfree.chart.text.TextBox
-
Packages that use TextBox Package Description org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of TextBox in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as TextBox Modifier and Type Field Description private TextBox
PieLabelRecord. label
The label.Methods in org.jfree.chart.plot that return TextBox Modifier and Type Method Description TextBox
PieLabelRecord. getLabel()
Returns the label.Constructors in org.jfree.chart.plot with parameters of type TextBox Constructor Description PieLabelRecord(java.lang.Comparable key, double angle, double baseY, TextBox label, double labelHeight, double gap, double linkPercent)
Creates a new record.
-