Class ForecastIcons
java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.ForecastIcons
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionForecastIcons(Context context, int iconWidth, int iconHeight) ForecastIcons(Context context, ImageView imageView) -
Method Summary
Modifier and TypeMethodDescriptionvoidBitmapgetDisposableMoonLayer(long time, Weather.WeatherLocation weatherLocation) BitmapgetDisposableMoonLayer(Weather.WeatherInfo weatherInfo, Weather.WeatherLocation weatherLocation) BitmapgetIconBitmap(Weather.WeatherInfo weatherInfo, Weather.WeatherLocation weatherLocation) BitmapgetLayer(int layer)
-
Constructor Details
-
ForecastIcons
public ForecastIcons(Context context, ImageView imageView) -
ForecastIcons
public ForecastIcons(Context context, int iconWidth, int iconHeight)
-
-
Method Details
-
getLayer
public Bitmap getLayer(int layer) -
getDisposableMoonLayer
public Bitmap getDisposableMoonLayer(Weather.WeatherInfo weatherInfo, Weather.WeatherLocation weatherLocation) -
getDisposableMoonLayer
-
getIconBitmap
public Bitmap getIconBitmap(Weather.WeatherInfo weatherInfo, Weather.WeatherLocation weatherLocation) -
clearCache
public void clearCache()
-