public class VerticalAlignment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
Indicates that the component should be bottom-aligned.
|
static int |
Center
Indicates that the component should be centered.
|
static int |
Stretch
Indicates that the component should be stretched vertically.
|
static int |
Top
Indicates that the component should be top-aligned.
|
Constructor and Description |
---|
VerticalAlignment() |
public static final int Top
public static final int Center
public static final int Bottom
public static final int Stretch