public enum MapTypeStyleElementType extends Enum<MapTypeStyleElementType>
| Enum Constant and Description |
|---|
ALL
Apply the rule to all elements of the specified feature.
|
GEOMETRY
Apply the rule to the feature's geometry.
|
GEOMETRY__FILL
Apply the rule to the fill of the feature's geometry.
|
GEOMETRY__STROKE
Apply the rule to the stroke of the feature's geometry.
|
LABELS
Apply the rule to the feature's labels.
|
LABELS__ICON
Apply the rule to icons within the feature's labels.
|
LABELS__TEXT
Apply the rule to the text in the feature's label.
|
LABELS__TEXT__FILL
Apply the rule to the fill of the text in the feature's labels.
|
LABELS__TEXT__STROKE
Apply the rule to the stroke of the text in the feature's labels.
|
| Modifier and Type | Method and Description |
|---|---|
static MapTypeStyleElementType |
fromValue(String type)
convert a String value to enum Type
|
String |
toString()
return the enum Type as a String
|
String |
value()
return the enum value as a String
|
static MapTypeStyleElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapTypeStyleElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapTypeStyleElementType ALL
public static final MapTypeStyleElementType GEOMETRY
public static final MapTypeStyleElementType GEOMETRY__FILL
public static final MapTypeStyleElementType GEOMETRY__STROKE
public static final MapTypeStyleElementType LABELS
public static final MapTypeStyleElementType LABELS__ICON
public static final MapTypeStyleElementType LABELS__TEXT
public static final MapTypeStyleElementType LABELS__TEXT__FILL
public static final MapTypeStyleElementType LABELS__TEXT__STROKE
public static MapTypeStyleElementType[] values()
for (MapTypeStyleElementType c : MapTypeStyleElementType.values()) System.out.println(c);
public static MapTypeStyleElementType 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 value()
public static MapTypeStyleElementType fromValue(String type)
type - public String toString()
toString in class Enum<MapTypeStyleElementType>Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.