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