public static enum LabelView.Gravity extends java.lang.Enum<LabelView.Gravity>
| Modifier and Type | Method and Description |
|---|---|
static LabelView.Gravity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelView.Gravity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelView.Gravity LEFT_TOP
public static final LabelView.Gravity RIGHT_TOP
public static LabelView.Gravity[] values()
for (LabelView.Gravity c : LabelView.Gravity.values()) System.out.println(c);
public static LabelView.Gravity valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null