Package | Description |
---|---|
org.jfree.text |
Utility classes relating to text.
|
org.jfree.ui |
Utility classes for creating user interfaces.
|
Modifier and Type | Method and Description |
---|---|
HorizontalAlignment |
TextBlock.getLineAlignment()
Returns the alignment of the lines of text within the block.
|
Modifier and Type | Method and Description |
---|---|
void |
TextBlock.setLineAlignment(HorizontalAlignment alignment)
Sets the alignment of the lines of text within the block.
|
Modifier and Type | Field and Description |
---|---|
static HorizontalAlignment |
HorizontalAlignment.CENTER
Center alignment.
|
static HorizontalAlignment |
HorizontalAlignment.LEFT
Left alignment.
|
static HorizontalAlignment |
HorizontalAlignment.RIGHT
Right alignment.
|
Copyright © 2001–2018 JFree.org. All rights reserved.