hirondelle.movies.util.ui
Enum UiUtil.AlignY
Object
Enum<UiUtil.AlignY>
UiUtil.AlignY
- All Implemented Interfaces:
- Serializable, Comparable<UiUtil.AlignY>
- Enclosing class:
- UiUtil
public static enum UiUtil.AlignY
- extends Enum<UiUtil.AlignY>
Type-safe enumeration vertical alignment.
|
Method Summary |
(package private) float |
getValue()
|
static UiUtil.AlignY |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UiUtil.AlignY[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
TOP
public static final UiUtil.AlignY TOP
CENTER
public static final UiUtil.AlignY CENTER
BOTTOM
public static final UiUtil.AlignY BOTTOM
values
public static final UiUtil.AlignY[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(UiUtil.AlignY c : UiUtil.AlignY.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static UiUtil.AlignY valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
getValue
float getValue()
Copyright Hirondelle Systems - Generated 2008Dec30.15.53