|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MapTypeStyleElementType>
com.google.gwt.maps.client.maptypes.MapTypeStyleElementType
public enum MapTypeStyleElementType
Each MapTypeStyleElementType distinguishes between the different representations of a feature.
See
MapTypeStyleElementType API Doc
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic String value()
public static MapTypeStyleElementType fromValue(String type)
type -
public String toString()
toString in class Enum<MapTypeStyleElementType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||