Class ForecastBitmap.BBoxBitmap

java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.ForecastBitmap.BBoxBitmap
Enclosing class:
ForecastBitmap

public static class ForecastBitmap.BBoxBitmap extends Object
  • Constructor Details

  • Method Details

    • 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)