Class RadarMN
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.RadarMN
-
public class RadarMN extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
RADARMAP_PIXEL_FIXEDHEIGHT
static int
RADARMAP_PIXEL_FIXEDWIDTH
-
Constructor Summary
Constructors Constructor Description RadarMN(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawDebugBorders()
Bitmap
getBitmap()
float
getGeoHeight(int x)
float
getGeoWidth(int y)
float
getGeoX(int x, int y)
float
getGeoXRowStart(int y)
float
getGeoY(int x, int y)
float
getGeoYStartTop(int x)
boolean
hasData()
-
-
-
Field Detail
-
RADARMAP_PIXEL_FIXEDWIDTH
public static final int RADARMAP_PIXEL_FIXEDWIDTH
- See Also:
- Constant Field Values
-
RADARMAP_PIXEL_FIXEDHEIGHT
public static final int RADARMAP_PIXEL_FIXEDHEIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGeoWidth
public float getGeoWidth(int y)
-
getGeoHeight
public float getGeoHeight(int x)
-
getGeoXRowStart
public float getGeoXRowStart(int y)
-
getGeoX
public float getGeoX(int x, int y)
-
getGeoYStartTop
public float getGeoYStartTop(int x)
-
getGeoY
public float getGeoY(int x, int y)
-
drawDebugBorders
public void drawDebugBorders()
-
getBitmap
public Bitmap getBitmap()
-
hasData
public boolean hasData()
-
-