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