VAlignmentpublic enum VAlignment extends Enum<VAlignment>
| Enum Constant and Description |
|---|
BOTH
Deprecated.
|
BOTTOM
Deprecated.
|
CENTER
Deprecated.
|
TOP
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static VAlignment |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static VAlignment[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VAlignment TOP
public static final VAlignment CENTER
public static final VAlignment BOTTOM
public static final VAlignment BOTH
public static VAlignment[] values()
for (VAlignment c : VAlignment.values()) System.out.println(c);
public static VAlignment valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null