Class ForecastIcons
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.ForecastIcons
-
public class ForecastIcons extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ForecastIcons.Holidays
static class
ForecastIcons.Layer
-
Constructor Summary
Constructors Constructor Description ForecastIcons(Context context, int iconWidth, int iconHeight)
ForecastIcons(Context context, ImageView imageView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearCache()
Bitmap
getDisposableMoonLayer(long time, Weather.WeatherLocation weatherLocation)
Bitmap
getDisposableMoonLayer(Weather.WeatherInfo weatherInfo, Weather.WeatherLocation weatherLocation)
Bitmap
getIconBitmap(Weather.WeatherInfo weatherInfo, Weather.WeatherLocation weatherLocation)
Bitmap
getLayer(int layer)
-
-
-
Method Detail
-
getLayer
public Bitmap getLayer(int layer)
-
getDisposableMoonLayer
public Bitmap getDisposableMoonLayer(Weather.WeatherInfo weatherInfo, Weather.WeatherLocation weatherLocation)
-
getDisposableMoonLayer
public Bitmap getDisposableMoonLayer(long time, Weather.WeatherLocation weatherLocation)
-
getIconBitmap
public Bitmap getIconBitmap(Weather.WeatherInfo weatherInfo, Weather.WeatherLocation weatherLocation)
-
clearCache
public void clearCache()
-
-