Class PhaseImages
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.PhaseImages
-
public class PhaseImages extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PhaseImages(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bitmap
getMoonPhaseImage(Weather.WeatherLocation weatherLocation, long time)
void
setDrawCircle(boolean drawCircle)
void
setShiftPixels(int pixels)
-
-
-
Method Detail
-
setShiftPixels
public void setShiftPixels(int pixels)
-
setDrawCircle
public void setDrawCircle(boolean drawCircle)
-
getMoonPhaseImage
public Bitmap getMoonPhaseImage(Weather.WeatherLocation weatherLocation, long time)
-
-