Class: SUIProgressBar
This page documents the methods and fields available in the SUIProgressBar class.
Members
| Signature | Description |
|---|---|
getMaxValue() | Returns the current max value. |
getMode() | Returns the current mode. |
getValue() | Returns the current value. |
isDetectUserTap() | Returns whether detect user tap is true. |
isInvert() | Returns whether invert is true. |
isResetValueWhenReleaseTouch() | Returns whether reset value when release touch is true. |
isTextEnabled() | Returns whether text enabled is true. |
setDetectUserTap(boolean) | Sets or updates the detect user tap. |
setInvert(boolean) | Sets or updates the invert. |
setMaxValue(float) | Sets or updates the max value. |
setMode(Mode) | Sets or updates the mode. |
setResetValueWhenReleaseTouch(boolean) | Sets or updates the reset value when release touch. |
setTextEnabled(boolean) | Sets or updates the text enabled. |
setValue(float) | Sets or updates the value. |