|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.controls.MapTypeStyle
public class MapTypeStyle
The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled. Selectors specify
what map elements should be affected and stylers specify how those elements should be modified.
See MapTypeStyle API
Doc
| Constructor Summary | |
|---|---|
protected |
MapTypeStyle()
The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled. |
| Method Summary | |
|---|---|
MapTypeStyleElementType |
getElementType()
get set Selects the element type to which a styler should be applied. |
MapTypeStyleFeatureType |
getFeatureType()
get Selects the feature, or group of features, to which a styler should be applied. |
MapTypeStyler[] |
getStylers()
|
static MapTypeStyle |
newInstance()
The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled. |
void |
setElementType(MapTypeStyleElementType mapTypeStyleElementType)
set Selects the element type to which a styler should be applied. |
void |
setFeatureType(MapTypeStyleFeatureType mapTypeStyleFeatureType)
set Selects the feature, or group of features, to which a styler should be applied. |
void |
setStylers(MapTypeStyler[] stylers)
|
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected MapTypeStyle()
| Method Detail |
|---|
public static final MapTypeStyle newInstance()
MapTypeStylepublic final void setElementType(MapTypeStyleElementType mapTypeStyleElementType)
mapTypeStyleElementType - MapTypeStyleElementTypepublic final MapTypeStyleElementType getElementType()
MapTypeStyleElementTypepublic final void setFeatureType(MapTypeStyleFeatureType mapTypeStyleFeatureType)
mapTypeStyleFeatureType - MapTypeStyleFeatureTypepublic final MapTypeStyleFeatureType getFeatureType()
public final void setStylers(MapTypeStyler[] stylers)
public final MapTypeStyler[] getStylers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||