Uses of Class
com.google.gwt.maps.client.weatherlib.LabelColor

Packages that use LabelColor
com.google.gwt.maps.client.weatherlib   
 

Uses of LabelColor in com.google.gwt.maps.client.weatherlib
 

Methods in com.google.gwt.maps.client.weatherlib that return LabelColor
static LabelColor LabelColor.fromValue(String type)
           
 LabelColor WeatherLayerOptions.getLabelColor()
          Sets the color of labels on the weather layer.
static LabelColor LabelColor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LabelColor[] LabelColor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.maps.client.weatherlib with parameters of type LabelColor
 void WeatherLayerOptions.setLabelColor(LabelColor labelColor)
          Sets the color of labels on the weather layer.
 



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