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 voiddrawGeo(float longitude, float latitude, Paint paint)voiddrawGeoPolygon(Polygon polygon, Paint paint, Paint borderPaint)voiddrawPollenArea(PollenArea pollenArea, Paint paint, Paint borderPaint)intgetBitmapHeight()intgetBitmapWidth()PathgetPathFromPolygon(Polygon polygon)floatgetXPixel(float xCoord)floatgetYPixel(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)
-
-