Uses of Class
com.rometools.modules.yahooweather.types.Atmosphere.PressureChange
-
Packages that use Atmosphere.PressureChange Package Description com.rometools.modules.yahooweather.types This package contains data types use with the YWeatherModules. -
-
Uses of Atmosphere.PressureChange in com.rometools.modules.yahooweather.types
Fields in com.rometools.modules.yahooweather.types declared as Atmosphere.PressureChange Modifier and Type Field Description static Atmosphere.PressureChangeAtmosphere.PressureChange. FALLINGstatic Atmosphere.PressureChangeAtmosphere.PressureChange. RISINGstatic Atmosphere.PressureChangeAtmosphere.PressureChange. STEADYMethods in com.rometools.modules.yahooweather.types that return Atmosphere.PressureChange Modifier and Type Method Description static Atmosphere.PressureChangeAtmosphere.PressureChange. fromCode(int code)Gets a PressureChange instance for this int code.Atmosphere.PressureChangeAtmosphere. getChange()Change in pressureMethods in com.rometools.modules.yahooweather.types with parameters of type Atmosphere.PressureChange Modifier and Type Method Description voidAtmosphere. setChange(Atmosphere.PressureChange change)Change in pressureConstructors in com.rometools.modules.yahooweather.types with parameters of type Atmosphere.PressureChange Constructor Description Atmosphere(int humidity, double visibility, double pressure, Atmosphere.PressureChange change)
-