Public 成员函数 | |
| AbCircleProgressBar (Context context, AttributeSet attrs) | |
包属性 | |
| float[] | direction = new float[]{1,1,1} |
| float | light = 0.4f |
| float | specular = 6 |
| float | blur = 3.5f |
Private 属性 | |
| int | progress = 0 |
| int | max = 100 |
| Paint | pathPaint = null |
| Paint | fillArcPaint = null |
| RectF | oval |
| int[] | arcColors = new int[] {0xFF02C016, 0xFF3DF346, 0xFF40F1D5, 0xFF02C016 } |
| int[] | shadowsColors = new int[] { 0xFF111111, 0x00AAAAAA, 0x00AAAAAA } |
| int | pathColor = 0xFFF0EEDF |
| int | pathBorderColor = 0xFFD2D1C4 |
| int | pathWidth = 35 |
| int | width |
| int | height |
| int | radius = 120 |
| EmbossMaskFilter | emboss = null |
| BlurMaskFilter | mBlur = null |
| AbOnProgressListener | mAbOnProgressListener = null |
| boolean | reset = false |
© 2012 amsoft.cn 名称:AbCircleProgressBar.java 描述:环形的ProgressBar
|
inline |
Instantiates a new ab circle progress bar.
| context | the context |
| attrs | the attrs |
|
private |
The arc colors.
|
package |
The blur.
|
package |
The direction.
|
private |
The emboss.
|
private |
The fill arc paint.
|
private |
The height.
|
package |
The light.
|
private |
The m ab on progress listener.
|
private |
The max.
|
private |
The m blur.
|
private |
The oval.
|
private |
The path border color.
|
private |
The path color.
|
private |
The path paint.
|
private |
The path width.
|
private |
The progress.
|
private |
The radius.
|
private |
The reset.
|
private |
The shadows colors.
|
package |
The specular.
|
private |
The width.
1.8.8