Package | Description |
---|---|
org.jfree.text |
Utility classes relating to text.
|
Modifier and Type | Method and Description |
---|---|
TextFragment |
TextLine.getFirstTextFragment()
Returns the first text fragment in the line.
|
TextFragment |
TextLine.getLastTextFragment()
Returns the last text fragment in the line.
|
Modifier and Type | Method and Description |
---|---|
void |
TextLine.addFragment(TextFragment fragment)
Adds a text fragment to the text line.
|
void |
TextLine.removeFragment(TextFragment fragment)
Removes a fragment from the line.
|
Copyright © 2001–2018 JFree.org. All rights reserved.