UIProgressBar
Complete API reference for UIProgressBar, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIProgressBar extends Component
Constructors
| Signature | Description |
|---|---|
UIProgressBar(UIProgressBar) | Executes UIProgressBar and returns after the underlying engine call finishes. |
UIProgressBar(Engine) | Executes UIProgressBar and returns after the underlying engine call finishes. |
UIProgressBar() | Executes UIProgressBar and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UIProgressBar | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
backgroundColor | Color | get/set | Virtual attribute exposed by getBackgroundColor. Access it like a field to read or write the underlying value. |
backgroundTexture | Texture | get/set | Virtual attribute exposed by getBackgroundTexture. Access it like a field to read or write the underlying value. |
border | float | get/set | Virtual attribute exposed by getBorder. Access it like a field to read or write the underlying value. |
handlerColor | Color | get/set | Virtual attribute exposed by getHandlerColor. Access it like a field to read or write the underlying value. |
handlerTexture | Texture | get/set | Virtual attribute exposed by getHandlerTexture. Access it like a field to read or write the underlying value. |
jRPaddingBottom | int | get/set | Virtual attribute exposed by getJRPaddingBottom. Access it like a field to read or write the underlying value. |
jRPaddingLeft | int | get/set | Virtual attribute exposed by getJRPaddingLeft. Access it like a field to read or write the underlying value. |
jRPaddingRight | int | get/set | Virtual attribute exposed by getJRPaddingRight. Access it like a field to read or write the underlying value. |
jRPaddingTop | int | get/set | Virtual attribute exposed by getJRPaddingTop. Access it like a field to read or write the underlying value. |
orientation | Orientation | get/set | Virtual attribute exposed by getOrientation. Access it like a field to read or write the underlying value. |
value | float | get/set | Virtual attribute exposed by getValue. Access it like a field to read or write the underlying value. |