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 classForecastIcons.Holidaysstatic classForecastIcons.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 voidclearCache()BitmapgetDisposableMoonLayer(long time, Weather.WeatherLocation weatherLocation)BitmapgetDisposableMoonLayer(Weather.WeatherInfo weatherInfo, Weather.WeatherLocation weatherLocation)BitmapgetIconBitmap(Weather.WeatherInfo weatherInfo, Weather.WeatherLocation weatherLocation)BitmapgetLayer(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()
-
-