Class ForecastBitmap.BBoxBitmap
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.ForecastBitmap.BBoxBitmap
-
- Enclosing class:
- ForecastBitmap
public static class ForecastBitmap.BBoxBitmap extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BBoxBitmap(ForecastBitmap.BBox bbox, Bitmap bitmap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawGeo(float longitude, float latitude, Paint paint)
void
drawGeoPolygon(Polygon polygon, Paint paint, Paint borderPaint)
void
drawPollenArea(PollenArea pollenArea, Paint paint, Paint borderPaint)
int
getBitmapHeight()
int
getBitmapWidth()
Path
getPathFromPolygon(Polygon polygon)
float
getXPixel(float xCoord)
float
getYPixel(float yCoord)
-
-
-
Constructor Detail
-
BBoxBitmap
public BBoxBitmap(ForecastBitmap.BBox bbox, Bitmap bitmap)
-
-
Method Detail
-
getBitmapHeight
public int getBitmapHeight()
-
getBitmapWidth
public int getBitmapWidth()
-
getXPixel
public float getXPixel(float xCoord)
-
getYPixel
public float getYPixel(float yCoord)
-
drawGeo
public void drawGeo(float longitude, float latitude, Paint paint)
-
getPathFromPolygon
public Path getPathFromPolygon(Polygon polygon)
-
drawGeoPolygon
public void drawGeoPolygon(Polygon polygon, Paint paint, Paint borderPaint)
-
drawPollenArea
public void drawPollenArea(PollenArea pollenArea, Paint paint, Paint borderPaint)
-
-