public enum StiRadialPosition extends java.lang.Enum<StiRadialPosition>
| Enum Constant and Description |
|---|
BottomCenter |
BottomRight |
BottonLeft |
LeftCenter |
RightCenter |
TopCenter |
TopLeft |
TopRight |
| Modifier and Type | Method and Description |
|---|---|
static StiRadialPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiRadialPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiRadialPosition TopLeft
public static final StiRadialPosition TopRight
public static final StiRadialPosition BottonLeft
public static final StiRadialPosition BottomRight
public static final StiRadialPosition TopCenter
public static final StiRadialPosition LeftCenter
public static final StiRadialPosition BottomCenter
public static final StiRadialPosition RightCenter
public static StiRadialPosition[] values()
for (StiRadialPosition c : StiRadialPosition.values()) System.out.println(c);
public static StiRadialPosition 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 nullCopyright © 2019 Stimulsoft. All Rights Reserved.