public class HorizontalAlignment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Center
Indicates that the component should be centered.
|
static int |
Left
Indicates that the component should be left-aligned.
|
static int |
Right
Indicates that the component should be right-aligned.
|
static int |
Stretch
Indicates that the component should be stretched horizontally.
|
Constructor and Description |
---|
HorizontalAlignment() |
public static final int Left
public static final int Center
public static final int Right
public static final int Stretch