Serializable, Comparable<RotateOptions.ModeEnum>public static enum RotateOptions.ModeEnum extends Enum<RotateOptions.ModeEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RotateOptions.ModeEnum.Adapter |
| Modifier and Type | Method | Description |
|---|---|---|
static RotateOptions.ModeEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static RotateOptions.ModeEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RotateOptions.ModeEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RotateOptions.ModeEnum ROTATE90
public static final RotateOptions.ModeEnum ROTATE180
public static final RotateOptions.ModeEnum ROTATE270
public static RotateOptions.ModeEnum[] values()
for (RotateOptions.ModeEnum c : RotateOptions.ModeEnum.values()) System.out.println(c);
public static RotateOptions.ModeEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<RotateOptions.ModeEnum>public static RotateOptions.ModeEnum fromValue(String text)
Copyright © 2025. All rights reserved.