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