public enum LabelDirection extends Enum<LabelDirection>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static LabelDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelDirection NEUTRAL
public static final LabelDirection EXPLODE
public static final LabelDirection IMPLODE
public static LabelDirection[] values()
for (LabelDirection c : LabelDirection.values()) System.out.println(c);
public static LabelDirection 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 nullpublic String toString()
toString in class Enum<LabelDirection>Copyright © 2016. All rights reserved.