Class ForecastBitmap.BBox
java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.ForecastBitmap.BBox
- Enclosing class:
ForecastBitmap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x0
public float x0 -
y0
public float y0 -
x1
public float x1 -
y1
public float y1
-
-
Constructor Details
-
BBox
public BBox(float x0, float y0, float x1, float y1) -
BBox
public BBox(float[] rect) -
BBox
public BBox(RectF rectF)
-
-
Method Details
-
getRectF
public RectF getRectF() -
getWidth
public float getWidth() -
getHeight
public float getHeight()
-