Skip to main content

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

SignatureDescription
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

NameTypeDescription
instanceUIProgressBarRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
backgroundColorColorget/setVirtual attribute exposed by getBackgroundColor. Access it like a field to read or write the underlying value.
backgroundTextureTextureget/setVirtual attribute exposed by getBackgroundTexture. Access it like a field to read or write the underlying value.
borderfloatget/setVirtual attribute exposed by getBorder. Access it like a field to read or write the underlying value.
handlerColorColorget/setVirtual attribute exposed by getHandlerColor. Access it like a field to read or write the underlying value.
handlerTextureTextureget/setVirtual attribute exposed by getHandlerTexture. Access it like a field to read or write the underlying value.
jRPaddingBottomintget/setVirtual attribute exposed by getJRPaddingBottom. Access it like a field to read or write the underlying value.
jRPaddingLeftintget/setVirtual attribute exposed by getJRPaddingLeft. Access it like a field to read or write the underlying value.
jRPaddingRightintget/setVirtual attribute exposed by getJRPaddingRight. Access it like a field to read or write the underlying value.
jRPaddingTopintget/setVirtual attribute exposed by getJRPaddingTop. Access it like a field to read or write the underlying value.
orientationOrientationget/setVirtual attribute exposed by getOrientation. Access it like a field to read or write the underlying value.
valuefloatget/setVirtual attribute exposed by getValue. Access it like a field to read or write the underlying value.