Skip navigation links
B C G I O P S 

B

be.appfoundry.progressbutton - package be.appfoundry.progressbutton
 
be.appfoundry.progressbutton.util - package be.appfoundry.progressbutton.util
 

C

CircularOutline - Class in be.appfoundry.progressbutton.util
Outline provider for the elevation shadow of the ProgressButton
CircularOutline(int, int) - Constructor for class be.appfoundry.progressbutton.util.CircularOutline
 

G

getAnimationDelay() - Method in class be.appfoundry.progressbutton.ProgressButton
Returns the animation delay.
getAnimationStep() - Method in class be.appfoundry.progressbutton.ProgressButton
Returns the value for each animation step.
getColor() - Method in class be.appfoundry.progressbutton.ProgressButton
Returns the background color of the button.
getIcon() - Method in class be.appfoundry.progressbutton.ProgressButton
returns the button icon.
getMaxProgress() - Method in class be.appfoundry.progressbutton.ProgressButton
Returns the maximum progress value of the indicator.
getOutline(View, Outline) - Method in class be.appfoundry.progressbutton.util.CircularOutline
 
getProgress() - Method in class be.appfoundry.progressbutton.ProgressButton
Returns the current progress.
getProgressColor() - Method in class be.appfoundry.progressbutton.ProgressButton
Returns the color of the progress indicator.
getRadius() - Method in class be.appfoundry.progressbutton.ProgressButton
Returns the radius of the button.
getStartDegrees() - Method in class be.appfoundry.progressbutton.ProgressButton
Returns the starting point of the progress indicator.
getStrokeColor() - Method in class be.appfoundry.progressbutton.ProgressButton
Returns the stroke color.
getStrokeWidth() - Method in class be.appfoundry.progressbutton.ProgressButton
Returns the stroke width.

I

isIndeterminate() - Method in class be.appfoundry.progressbutton.ProgressButton
Returns true if the progress is indeterminate.

O

onDraw(Canvas) - Method in class be.appfoundry.progressbutton.ProgressButton
 
onMeasure(int, int) - Method in class be.appfoundry.progressbutton.ProgressButton
 
onSizeChanged(int, int, int, int) - Method in class be.appfoundry.progressbutton.ProgressButton
 

P

ProgressButton - Class in be.appfoundry.progressbutton
A circular progress button with customizable color and animation.
ProgressButton(Context) - Constructor for class be.appfoundry.progressbutton.ProgressButton
 
ProgressButton(Context, AttributeSet) - Constructor for class be.appfoundry.progressbutton.ProgressButton
 
ProgressButton(Context, AttributeSet, int) - Constructor for class be.appfoundry.progressbutton.ProgressButton
 
ProgressButton(Context, AttributeSet, int, int) - Constructor for class be.appfoundry.progressbutton.ProgressButton
 

S

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.
B C G I O P S 
Skip navigation links