Class ForecastBitmap.BBoxBitmap

  • Enclosing class:
    ForecastBitmap

    public static class ForecastBitmap.BBoxBitmap
    extends java.lang.Object
    • 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)