public static enum BubbleDrawable.ArrowLocation extends java.lang.Enum<BubbleDrawable.ArrowLocation>
| Modifier and Type | Method and Description |
|---|---|
static BubbleDrawable.ArrowLocation |
getDefault() |
int |
getIntValue() |
static BubbleDrawable.ArrowLocation |
mapIntToValue(int stateInt) |
static BubbleDrawable.ArrowLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BubbleDrawable.ArrowLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BubbleDrawable.ArrowLocation LEFT
public static final BubbleDrawable.ArrowLocation RIGHT
public static final BubbleDrawable.ArrowLocation TOP
public static final BubbleDrawable.ArrowLocation BOTTOM
public static BubbleDrawable.ArrowLocation[] values()
for (BubbleDrawable.ArrowLocation c : BubbleDrawable.ArrowLocation.values()) System.out.println(c);
public static BubbleDrawable.ArrowLocation 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 nullpublic static BubbleDrawable.ArrowLocation mapIntToValue(int stateInt)
public static BubbleDrawable.ArrowLocation getDefault()
public int getIntValue()