Class ForecastBitmap.BBox

  • Enclosing class:
    ForecastBitmap

    public static class ForecastBitmap.BBox
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float x0  
      float x1  
      float y0  
      float y1  
    • Constructor Summary

      Constructors 
      Constructor Description
      BBox​(float[] rect)  
      BBox​(float x0, float y0, float x1, float y1)  
      BBox​(RectF rectF)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getHeight()  
      RectF getRectF()  
      float getWidth()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x0

        public float x0
      • y0

        public float y0
      • x1

        public float x1
      • y1

        public float y1
    • Constructor Detail

      • BBox

        public BBox​(float x0,
                    float y0,
                    float x1,
                    float y1)
      • BBox

        public BBox​(float[] rect)
      • BBox

        public BBox​(RectF rectF)
    • Method Detail

      • getRectF

        public RectF getRectF()
      • getWidth

        public float getWidth()
      • getHeight

        public float getHeight()