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() | Creates a new instance of UIProgressBar. |
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. |
Methods
| Signature | Returns | Description |
|---|---|---|
getBackgroundColor() | Color | Returns the current backgroundColor value. |
getBackgroundTexture() | Texture | Returns the current backgroundTexture value. |
getBorder() | float | Returns the current border value. |
getHandlerColor() | Color | Returns the current handlerColor value. |
getHandlerTexture() | Texture | Returns the current handlerTexture value. |
getJRPaddingBottom() | int | Returns the current jRPaddingBottom value. |
getJRPaddingLeft() | int | Returns the current jRPaddingLeft value. |
getJRPaddingRight() | int | Returns the current jRPaddingRight value. |
getJRPaddingTop() | int | Returns the current jRPaddingTop value. |
getOrientation() | Orientation | Returns the current orientation value. |
isReverse() | boolean | Returns whether reverse is true. |
getValue() | float | Returns the current value value. |
setBackgroundColor(Color) | void | Sets backgroundColor. |
setBackgroundTexture(Texture) | void | Sets backgroundTexture. |
setBorder(float) | void | Sets border. |
setHandlerColor(Color) | void | Sets handlerColor. |
setHandlerTexture(Texture) | void | Sets handlerTexture. |
setJRPaddingBottom(int) | void | Sets jRPaddingBottom. |
setJRPaddingLeft(int) | void | Sets jRPaddingLeft. |
setJRPaddingRight(int) | void | Sets jRPaddingRight. |
setJRPaddingTop(int) | void | Sets jRPaddingTop. |
setOrientation(Orientation) | void | Sets orientation. |
setReverse(boolean) | void | Sets reverse. |
setValue(float) | void | Sets value. |