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