public static enum Annotation.AnnotationType extends Enum<Annotation.AnnotationType>
| Enum Constant and Description |
|---|
Flat |
LatLonToScreen2D |
Screen2D |
Splatted |
Sprite |
ViewerFacing |
| Modifier and Type | Method and Description |
|---|---|
static Annotation.AnnotationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotation.AnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotation.AnnotationType Flat
public static final Annotation.AnnotationType ViewerFacing
public static final Annotation.AnnotationType Screen2D
public static final Annotation.AnnotationType LatLonToScreen2D
public static final Annotation.AnnotationType Splatted
public static final Annotation.AnnotationType Sprite
public static Annotation.AnnotationType[] values()
for (Annotation.AnnotationType c : Annotation.AnnotationType.values()) System.out.println(c);
public static Annotation.AnnotationType 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