Uses of Class
org.jfree.chart.text.TextBox
-
Packages that use TextBox Package Description org.jfree.chart.plot.pie Classes used to create pie charts. -
-
Uses of TextBox in org.jfree.chart.plot.pie
Methods in org.jfree.chart.plot.pie that return TextBox Modifier and Type Method Description TextBoxPieLabelRecord. getLabel()Returns the label.Constructors in org.jfree.chart.plot.pie with parameters of type TextBox Constructor Description PieLabelRecord(Comparable key, double angle, double baseY, TextBox label, double labelHeight, double gap, double linkPercent)Creates a new record.
-