Uses of Class
com.google.gwt.maps.client.maptypes.MapTypeStyleElementType

Packages that use MapTypeStyleElementType
com.google.gwt.maps.client.controls   
com.google.gwt.maps.client.maptypes   
 

Uses of MapTypeStyleElementType in com.google.gwt.maps.client.controls
 

Methods in com.google.gwt.maps.client.controls that return MapTypeStyleElementType
 MapTypeStyleElementType MapTypeStyle.getElementType()
          get set Selects the element type to which a styler should be applied.
 

Methods in com.google.gwt.maps.client.controls with parameters of type MapTypeStyleElementType
 void MapTypeStyle.setElementType(MapTypeStyleElementType mapTypeStyleElementType)
          set Selects the element type to which a styler should be applied.
 

Uses of MapTypeStyleElementType in com.google.gwt.maps.client.maptypes
 

Methods in com.google.gwt.maps.client.maptypes that return MapTypeStyleElementType
static MapTypeStyleElementType MapTypeStyleElementType.fromValue(String type)
          convert a String value to enum Type
static MapTypeStyleElementType MapTypeStyleElementType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MapTypeStyleElementType[] MapTypeStyleElementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.