public static enum VTextIcon.POSITION extends java.lang.Enum<VTextIcon.POSITION>
Enum Constant and Description |
---|
FAR_TOP_RIGHT |
NORMAL |
TOP_RIGHT |
Modifier and Type | Method and Description |
---|---|
int |
getPosition() |
static VTextIcon.POSITION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VTextIcon.POSITION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VTextIcon.POSITION NORMAL
public static final VTextIcon.POSITION TOP_RIGHT
public static final VTextIcon.POSITION FAR_TOP_RIGHT
public static VTextIcon.POSITION[] values()
for (VTextIcon.POSITION c : VTextIcon.POSITION.values()) System.out.println(c);
public static VTextIcon.POSITION 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 getPosition()
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft