Follow us on GitHub

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

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

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

Methods in com.google.gwt.maps.client.weatherlib that return TemperatureUnit
 TemperatureUnit WeatherLayerOptions.getTemperatureUnits()
          Gets the units to use for temperature.
static TemperatureUnit TemperatureUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TemperatureUnit[] TemperatureUnit.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 TemperatureUnit
 void WeatherLayerOptions.setTemperatureUnits(TemperatureUnit temperatureUnits)
          Sets the units to use for temperature.
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.