public static enum GLMapAnnotation.AnnotationType extends Enum<GLMapAnnotation.AnnotationType>
| Enum Constant and Description |
|---|
billboard |
fixed |
screen |
screen2d |
splatted |
sprite |
| Modifier and Type | Method and Description |
|---|---|
static GLMapAnnotation.AnnotationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GLMapAnnotation.AnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLMapAnnotation.AnnotationType fixed
public static final GLMapAnnotation.AnnotationType billboard
public static final GLMapAnnotation.AnnotationType sprite
public static final GLMapAnnotation.AnnotationType splatted
public static final GLMapAnnotation.AnnotationType screen2d
public static final GLMapAnnotation.AnnotationType screen
public static GLMapAnnotation.AnnotationType[] values()
for (GLMapAnnotation.AnnotationType c : GLMapAnnotation.AnnotationType.values()) System.out.println(c);
public static GLMapAnnotation.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