OsmAnd
|
Public Member Functions | |
MapInfoControl (Context ctx) | |
void | setBackgroundDrawable (Drawable d) |
void | setWDimensions (int w, int h) |
int | getWHeight () |
int | getWWidth () |
boolean | updateInfo () |
Protected Member Functions | |
final void | onLayout (boolean changed, int left, int top, int right, int bottom) |
void | onWLayout (int w, int h) |
void | drawShadowText (Canvas cv, String text, float centerX, float centerY, Paint textPaint) |
void | onDraw (Canvas canvas) |
boolean | updateVisibility (boolean visible) |
Package Attributes | |
int | width = 0 |
int | height = 0 |
Rect | padding = new Rect() |
net.osmand.plus.views.MapInfoControl.MapInfoControl | ( | Context | ctx | ) |
void net.osmand.plus.views.MapInfoControl.drawShadowText | ( | Canvas | cv, |
String | text, | ||
float | centerX, | ||
float | centerY, | ||
Paint | textPaint | ||
) | [protected] |
void net.osmand.plus.views.MapInfoControl.onDraw | ( | Canvas | canvas | ) | [protected] |
final void net.osmand.plus.views.MapInfoControl.onLayout | ( | boolean | changed, |
int | left, | ||
int | top, | ||
int | right, | ||
int | bottom | ||
) | [protected] |
void net.osmand.plus.views.MapInfoControl.onWLayout | ( | int | w, |
int | h | ||
) | [protected] |
Reimplemented in net.osmand.plus.views.TextInfoControl.
void net.osmand.plus.views.MapInfoControl.setBackgroundDrawable | ( | Drawable | d | ) |
void net.osmand.plus.views.MapInfoControl.setWDimensions | ( | int | w, |
int | h | ||
) |
boolean net.osmand.plus.views.MapInfoControl.updateInfo | ( | ) |
boolean net.osmand.plus.views.MapInfoControl.updateVisibility | ( | boolean | visible | ) | [protected] |
int net.osmand.plus.views.MapInfoControl.height = 0 [package] |
Rect net.osmand.plus.views.MapInfoControl.padding = new Rect() [package] |
int net.osmand.plus.views.MapInfoControl.width = 0 [package] |