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

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

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

Methods in com.google.gwt.maps.client.controls that return MapTypeStyleFeatureType
 MapTypeStyleFeatureType MapTypeStyle.getFeatureType()
          get Selects the feature, or group of features, to which a styler should be applied.
 

Methods in com.google.gwt.maps.client.controls with parameters of type MapTypeStyleFeatureType
 void MapTypeStyle.setFeatureType(MapTypeStyleFeatureType mapTypeStyleFeatureType)
          set Selects the feature, or group of features, to which a styler should be applied.
 

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

Methods in com.google.gwt.maps.client.maptypes that return MapTypeStyleFeatureType
static MapTypeStyleFeatureType MapTypeStyleFeatureType.fromValue(String type)
          convert a String value to enum Type
static MapTypeStyleFeatureType MapTypeStyleFeatureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MapTypeStyleFeatureType[] MapTypeStyleFeatureType.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.