- setAnimationDelay(int) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets the animation delay.
- setAnimationStep(float) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets the value for each animation step.
- setColor(int) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets the background color of the button.
- setIcon(Drawable) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets the button icon.
- setIndeterminate(boolean) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets if the progress is indeterminate or determinate.
- setMaxProgress(float) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets the maximus progress value of the indicator.
- setProgress(float) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets the current progress.
- setProgressColor(int) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets the color of the progress indicator.
- setRadius(float) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets the radius of the button.
- setStartDegrees(float) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets the starting point of the progress indicator.
- setStrokeColor(int) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets the stroke color.
- setStrokeWidth(float) - Method in class be.appfoundry.progressbutton.ProgressButton
-
Sets the stroke width.
- startAnimating() - Method in class be.appfoundry.progressbutton.ProgressButton
-
Starts the indeterminate progress animation.
- stopAnimating() - Method in class be.appfoundry.progressbutton.ProgressButton
-
Stops the indeterminate progress animation.