Class Weather.RiseSetTimes
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.Weather.RiseSetTimes
-
- Enclosing class:
- Weather
public static class Weather.RiseSetTimes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description long[]
moon
static int
RISE
static int
SET
long[]
sun
static int
TWILIGHT_EVENING
static int
TWILIGHT_MORNING
-
Constructor Summary
Constructors Constructor Description RiseSetTimes(Weather.WeatherLocation weatherLocation, long time)
-
-
-
Field Detail
-
RISE
public static final int RISE
- See Also:
- Constant Field Values
-
SET
public static final int SET
- See Also:
- Constant Field Values
-
TWILIGHT_MORNING
public static final int TWILIGHT_MORNING
- See Also:
- Constant Field Values
-
TWILIGHT_EVENING
public static final int TWILIGHT_EVENING
- See Also:
- Constant Field Values
-
sun
public long[] sun
-
moon
public long[] moon
-
-
Constructor Detail
-
RiseSetTimes
public RiseSetTimes(Weather.WeatherLocation weatherLocation, long time)
-
-