public static enum LabelManager.AnnotationPosition extends java.lang.Enum<LabelManager.AnnotationPosition>
Modifier and Type | Method and Description |
---|---|
static LabelManager.AnnotationPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelManager.AnnotationPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelManager.AnnotationPosition N
public static final LabelManager.AnnotationPosition W
public static final LabelManager.AnnotationPosition S
public static final LabelManager.AnnotationPosition E
public static final LabelManager.AnnotationPosition NW
public static final LabelManager.AnnotationPosition NE
public static final LabelManager.AnnotationPosition SW
public static final LabelManager.AnnotationPosition SE
public static LabelManager.AnnotationPosition[] values()
for (LabelManager.AnnotationPosition c : LabelManager.AnnotationPosition.values()) System.out.println(c);
public static LabelManager.AnnotationPosition 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 null