| Package | Description |
|---|---|
| org.jfree.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.
|