public static class TextControl.Justification extends Object
| Modifier and Type | Field and Description |
|---|---|
static TextControl.Justification |
BOTTOM
Predefined value for bottom justification
|
static TextControl.Justification |
CENTER
Predefined value for center justification
|
static TextControl.Justification |
LEFT
Predefined value for left justification
|
static TextControl.Justification |
RIGHT
Predefined value for right justification
|
static TextControl.Justification |
TOP
Predefined value for top justification
|
| Constructor and Description |
|---|
TextControl.Justification(String newName)
Constructor - simply store the name
|
public static final TextControl.Justification LEFT
public static final TextControl.Justification CENTER
public static final TextControl.Justification RIGHT
public static final TextControl.Justification TOP
public static final TextControl.Justification BOTTOM
public TextControl.Justification(String newName)