Package | Description |
---|---|
com.rometools.modules.yahooweather.types |
This package contains data types use with the YWeatherModules.
|
Modifier and Type | Field and Description |
---|---|
static Atmosphere.PressureChange |
Atmosphere.PressureChange.FALLING |
static Atmosphere.PressureChange |
Atmosphere.PressureChange.RISING |
static Atmosphere.PressureChange |
Atmosphere.PressureChange.STEADY |
Modifier and Type | Method and Description |
---|---|
static Atmosphere.PressureChange |
Atmosphere.PressureChange.fromCode(int code)
Gets a PressureChange instance for this int code.
|
Atmosphere.PressureChange |
Atmosphere.getChange()
Change in pressure
|
Modifier and Type | Method and Description |
---|---|
void |
Atmosphere.setChange(Atmosphere.PressureChange change)
Change in pressure
|
Constructor and Description |
---|
Atmosphere(int humidity,
double visibility,
double pressure,
Atmosphere.PressureChange change) |
Copyright © 2021. All rights reserved.