Uses of Class
org.jfree.chart.text.TextLine
| Package | Description |
|---|---|
| org.jfree.chart.text |
Text-related classes formerly in the JCommon class library.
|
-
Uses of TextLine in org.jfree.chart.text
Methods in org.jfree.chart.text that return TextLine Modifier and Type Method Description TextLineTextBlock. getLastLine()Returns the last line in the block.Methods in org.jfree.chart.text with parameters of type TextLine Modifier and Type Method Description voidTextBlock. addLine(TextLine line)Adds aTextLineto the block.