public static enum ReaderView.DoubleClickScaleState extends java.lang.Enum<ReaderView.DoubleClickScaleState>
| Enum Constant and Description |
|---|
UNKNOWN |
ZOOMED_IN |
ZOOMED_IN_FROM_OUT |
ZOOMED_OUT |
ZOOMED_OUT_FROM_IN |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description |
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static ReaderView.DoubleClickScaleState |
fromValue(int value) |
static ReaderView.DoubleClickScaleState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReaderView.DoubleClickScaleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReaderView.DoubleClickScaleState UNKNOWN
public static final ReaderView.DoubleClickScaleState ZOOMED_IN
public static final ReaderView.DoubleClickScaleState ZOOMED_OUT_FROM_IN
public static final ReaderView.DoubleClickScaleState ZOOMED_OUT
public static final ReaderView.DoubleClickScaleState ZOOMED_IN_FROM_OUT
public static ReaderView.DoubleClickScaleState[] values()
for (ReaderView.DoubleClickScaleState c : ReaderView.DoubleClickScaleState.values()) System.out.println(c);
public static ReaderView.DoubleClickScaleState 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 ReaderView.DoubleClickScaleState fromValue(int value)