Uses of Class
org.jfree.chart.text.TextLine
-
Packages that use TextLine Package Description org.jfree.chart.text Text-related classes. -
-
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 that return types with arguments of type TextLine Modifier and Type Method Description List<TextLine>TextBlock. getLines()Returns an unmodifiable list containing the lines for the text 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.
-