OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions | Package Attributes
net.osmand.plus.views.MapInfoControl Class Reference
Inheritance diagram for net.osmand.plus.views.MapInfoControl:
net.osmand.plus.views.MiniMapControl net.osmand.plus.views.NextTurnInfoControl net.osmand.plus.views.TextInfoControl

List of all members.

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()

Constructor & Destructor Documentation


Member Function Documentation

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]
boolean net.osmand.plus.views.MapInfoControl.updateVisibility ( boolean  visible) [protected]

Member Data Documentation

Rect net.osmand.plus.views.MapInfoControl.padding = new Rect() [package]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines