Package | Description |
---|---|
com.survivingwithandroid.weather.lib.util |
Modifier and Type | Method and Description |
---|---|
static WindDirection |
WindDirection.getDir(int deg)
Creates the direction from the azimuth degrees.
|
static WindDirection |
WindDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindDirection[] |
WindDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|