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