public enum StiRotationMode extends java.lang.Enum<StiRotationMode>
| Enum Constant and Description |
|---|
CenterBottom |
CenterCenter |
CenterTop |
LeftBottom |
LeftCenter |
LeftTop |
RightBottom |
RightCenter |
RightTop |
| Modifier and Type | Method and Description |
|---|---|
static StiRotationMode |
forValue(int value) |
int |
getValue() |
static StiRotationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiRotationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiRotationMode LeftTop
public static final StiRotationMode LeftCenter
public static final StiRotationMode LeftBottom
public static final StiRotationMode CenterTop
public static final StiRotationMode CenterCenter
public static final StiRotationMode CenterBottom
public static final StiRotationMode RightTop
public static final StiRotationMode RightCenter
public static final StiRotationMode RightBottom
public static StiRotationMode[] values()
for (StiRotationMode c : StiRotationMode.values()) System.out.println(c);
public static StiRotationMode 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 StiRotationMode forValue(int value)
Copyright © 2020 Stimulsoft. All Rights Reserved.