This is a wrap for this Github project.
CircularProgress
Author: DonManfred (wrapper)
Version: 1
CircularProgress
Author: DonManfred (wrapper)
Version: 1
- CircleProgressBar
Methods:- BringToFront
- DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)
- Initialize (EventName As String)
- Invalidate
- Invalidate2 (arg0 As Rect)
- Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
- IsInitialized As Boolean
- RemoveView
- RequestFocus As Boolean
- SendToBack
- SetBackgroundImage (arg0 As Bitmap)
- SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)
- SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
- SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
- SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
- adjustAlpha (color As Int, factor As Float) As Int
Transparent the given color by the factor
The more the factor closer to zero the more the color gets transparent
color: The color to transparent
factor: 1.0f to 0.0f
Return type: @return:int - A transplanted color - lightenColor (color As Int, factor As Float) As Int
Lighten the given color by the factor
color: The color to lighten
factor: 0 to 4
Return type: @return:A brighter color
- Background As Drawable
- Color As Int
- Enabled As Boolean
- Height As Int
- Left As Int
- Max As Int
- Min As Int
- Padding()() As Int
- Parent As Object [read only]
- Progress As Float
- ProgressWithAnimation As Float [write only]
Set the progress with an animation.
Note that the {@link android.animation.ObjectAnimator} Class automatically set the progress
so don't call the {@link CircleProgressBar#setProgress(float)} directly within this method. - StrokeWidth As Float
- Tag As Object
- Top As Int
- Visible As Boolean
- Width As Int