public static enum ScalableLayout.TextView_WrapContent_Direction extends java.lang.Enum<ScalableLayout.TextView_WrapContent_Direction>
| Enum Constant and Description |
|---|
Bottom |
Center_Horizontal |
Center_Vertical |
Left |
None |
Right |
Top |
| Modifier and Type | Method and Description |
|---|---|
static ScalableLayout.TextView_WrapContent_Direction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScalableLayout.TextView_WrapContent_Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScalableLayout.TextView_WrapContent_Direction None
public static final ScalableLayout.TextView_WrapContent_Direction Left
public static final ScalableLayout.TextView_WrapContent_Direction Center_Horizontal
public static final ScalableLayout.TextView_WrapContent_Direction Right
public static final ScalableLayout.TextView_WrapContent_Direction Top
public static final ScalableLayout.TextView_WrapContent_Direction Center_Vertical
public static final ScalableLayout.TextView_WrapContent_Direction Bottom
public static ScalableLayout.TextView_WrapContent_Direction[] values()
for (ScalableLayout.TextView_WrapContent_Direction c : ScalableLayout.TextView_WrapContent_Direction.values()) System.out.println(c);
public static ScalableLayout.TextView_WrapContent_Direction 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