Public 成员函数 | |
| AbLevelView (Context context, AbLevelAbstractChart abstractChart) | |
| AbLevelView (Context context, AttributeSet attrs, int defStyle) | |
| AbLevelView (Context context, AttributeSet attrs) | |
| AbLevelView (Context context) | |
| void | onDraw (Canvas canvas) |
Private 属性 | |
| Context | mContext |
| AbLevelChart | mAbLevelChart |
| Paint | mPaint |
| int | width |
| int | height |
| int | screenWidth = 0 |
| int | screenHeight = 0 |
© 2012 amsoft.cn 名称:AbLevelView.java 描述:等级条View.
|
inline |
Instantiates a new ab level view.
| context | the context |
| abstractChart | the abstract chart |
|
inline |
Instantiates a new ab level view.
| context | the context |
| attrs | the attrs |
| defStyle | the def style |
|
inline |
Instantiates a new ab level view.
| context | the context |
| attrs | the attrs |
|
inline |
Instantiates a new ab level view.
| context | the context |
|
inline |
描述:绘制.
| canvas | the canvas |
|
private |
The height.
|
private |
The m ab level chart.
|
private |
The m context.
|
private |
The m paint.
|
private |
屏幕高度.
|
private |
屏幕宽度.
|
private |
The width.
1.8.8