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