public class TextAlignment
extends java.lang.Object
TextAlignment
serves as container for the text alignment
enumerations.Modifier and Type | Field and Description |
---|---|
static int |
Center
The text is aligned to the center
|
static int |
Default
Default text alignment ( == center)
|
static int |
Left
The text is aligned to the left
|
static int |
Right
The text is aligned to the right
|
Constructor and Description |
---|
TextAlignment() |
public static final int Default
public static final int Left
public static final int Right
public static final int Center