public static enum Anchor.Direction extends Enum<Anchor.Direction>
| Modifier and Type | Method and Description |
|---|---|
static Anchor.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Anchor.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Anchor.Direction LEFT
public static final Anchor.Direction TOP
public static final Anchor.Direction RIGHT
public static final Anchor.Direction BOTTOM
public static Anchor.Direction[] values()
public static Anchor.Direction 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 null