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