public static enum Screenshot.X_OFFSET extends Enum<Screenshot.X_OFFSET>
| Modifier and Type | Method and Description |
|---|---|
static Screenshot.X_OFFSET |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Screenshot.X_OFFSET[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Screenshot.X_OFFSET LEFT
public static final Screenshot.X_OFFSET CENTER
public static final Screenshot.X_OFFSET RIGHT
public static Screenshot.X_OFFSET[] values()
for (Screenshot.X_OFFSET c : Screenshot.X_OFFSET.values()) System.out.println(c);
public static Screenshot.X_OFFSET 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 nullCopyright © 2016 Github jjYBdx4IL Projects. All rights reserved.