Class: SUICircularProgressBar
This page documents the methods and fields available in the SUICircularProgressBar class.
Members
| Signature | Description |
|---|---|
getMaskMaxLength() | Returns the current mask max length. |
getMaxValue() | Returns the current max value. |
getValue() | Returns the current value. |
isSetMask() | Returns whether set mask is true. |
isTextEnabled() | Returns whether text enabled is true. |
setMaskEnabled(boolean) | Sets or updates the mask enabled. |
setMaskMaxLength(float) | Sets or updates the mask max length. |
setMaxValue(float) | Sets or updates the max value. |
setTextEnabled(boolean) | Sets or updates the text enabled. |
setValue(float) | Sets or updates the value. |