public static enum SliderLayout.PresetIndicators extends java.lang.Enum<SliderLayout.PresetIndicators>
| Enum Constant and Description |
|---|
Center_Bottom |
Center_Top |
Left_Bottom |
Left_Top |
Right_Bottom |
Right_Top |
| Modifier and Type | Method and Description |
|---|---|
int |
getResourceId() |
java.lang.String |
toString() |
static SliderLayout.PresetIndicators |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SliderLayout.PresetIndicators[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SliderLayout.PresetIndicators Center_Bottom
public static final SliderLayout.PresetIndicators Right_Bottom
public static final SliderLayout.PresetIndicators Left_Bottom
public static final SliderLayout.PresetIndicators Center_Top
public static final SliderLayout.PresetIndicators Right_Top
public static final SliderLayout.PresetIndicators Left_Top
public static SliderLayout.PresetIndicators[] values()
for (SliderLayout.PresetIndicators c : SliderLayout.PresetIndicators.values()) System.out.println(c);
public static SliderLayout.PresetIndicators 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 java.lang.String toString()
toString in class java.lang.Enum<SliderLayout.PresetIndicators>public int getResourceId()