public static enum TextGroupElement.Position extends Enum<TextGroupElement.Position>
Modifier and Type | Method and Description |
---|---|
static TextGroupElement.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextGroupElement.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextGroupElement.Position NW
public static final TextGroupElement.Position SW
public static final TextGroupElement.Position SE
public static final TextGroupElement.Position NE
public static final TextGroupElement.Position S
public static final TextGroupElement.Position N
public static final TextGroupElement.Position W
public static final TextGroupElement.Position E
public static TextGroupElement.Position[] values()
for (TextGroupElement.Position c : TextGroupElement.Position.values()) System.out.println(c);
public static TextGroupElement.Position valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018. All Rights Reserved.