public final class TextPathAlignment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTER
Center text on width.
|
static int |
LEFT
Left justify.
|
static int |
length |
static int |
LETTER_JUSTIFY
Spread letters out to fit width.
|
static int |
RIGHT
Right justify.
|
static int |
STRETCH
Stretch each line of text to fit width.
|
static int |
WORD_JUSTIFY
Spread words out to fit width.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String textPathAlignmentName) |
static java.lang.String |
getName(int textPathAlignment) |
static int[] |
getValues() |
static java.lang.String |
toString(int textPathAlignment) |
public static final int STRETCH
public static final int CENTER
public static final int LEFT
public static final int RIGHT
public static final int LETTER_JUSTIFY
public static final int WORD_JUSTIFY
public static final int length