public enum StiImageRotation extends java.lang.Enum<StiImageRotation>
| Enum Constant and Description |
|---|
FlipHorizontal |
FlipVertical |
None |
Rotate180 |
Rotate90CCW |
Rotate90CW |
| Modifier and Type | Method and Description |
|---|---|
static StiImageRotation |
forValue(int value) |
int |
getValue() |
static StiImageRotation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiImageRotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiImageRotation None
public static final StiImageRotation Rotate90CW
public static final StiImageRotation Rotate90CCW
public static final StiImageRotation Rotate180
public static final StiImageRotation FlipHorizontal
public static final StiImageRotation FlipVertical
public static StiImageRotation[] values()
for (StiImageRotation c : StiImageRotation.values()) System.out.println(c);
public static StiImageRotation 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 StiImageRotation forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.