JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.jfree.chart.text.TextLine
Packages that use
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
TextLine
TextBlock.
getLastLine
()
Returns the last line in the block.
Methods in
org.jfree.chart.text
with parameters of type
TextLine
Modifier and Type
Method
Description
void
TextBlock.
addLine
(
TextLine
line)
Adds a
TextLine
to the block.