public static enum UISlider.Direction extends Enum<UISlider.Direction>
Enum Constant and Description |
---|
HORIZONTAL |
VERTICAL |
Modifier and Type | Method and Description |
---|---|
static UISlider.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UISlider.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UISlider.Direction HORIZONTAL
public static final UISlider.Direction VERTICAL
public static UISlider.Direction[] values()
for (UISlider.Direction c : UISlider.Direction.values()) System.out.println(c);
public static UISlider.Direction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullLX library by Mark C. Slee. © 2012-2020