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