public final class HorizontalAlignment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Center
The object or text is aligned in the center of the control element.
|
static int |
Left
The object or text is aligned on the left of the control element.
|
static int |
Right
The object or text is aligned on the right of the control element.
|
public static final int Center
public static final int Left
public static final int Right