Skip to main content

UISlideBar

Complete API reference for UISlideBar, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: UI

Component: yes


public class UISlideBar extends Component

Constructors

SignatureDescription
UISlideBar()Creates a new instance of UISlideBar.

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.

Methods

SignatureReturnsDescription
getBackgroundColor()ColorReturns the current backgroundColor value.
getBackgroundTexture()TextureReturns the current backgroundTexture value.
getBorder()floatReturns the current border value.
getHandlerColor()ColorReturns the current handlerColor value.
getHandlerTexture()TextureReturns the current handlerTexture value.
getJRPaddingBottom()intReturns the current jRPaddingBottom value.
getJRPaddingLeft()intReturns the current jRPaddingLeft value.
getJRPaddingRight()intReturns the current jRPaddingRight value.
getJRPaddingTop()intReturns the current jRPaddingTop value.
getOrientation()OrientationReturns the current orientation value.
getValue()floatReturns the current value value.
setBackgroundColor(Color)voidSets backgroundColor.
setBackgroundTexture(Texture)voidSets backgroundTexture.
setBorder(float)voidSets border.
setHandlerColor(Color)voidSets handlerColor.
setHandlerTexture(Texture)voidSets handlerTexture.
setJRPaddingBottom(int)voidSets jRPaddingBottom.
setJRPaddingLeft(int)voidSets jRPaddingLeft.
setJRPaddingRight(int)voidSets jRPaddingRight.
setJRPaddingTop(int)voidSets jRPaddingTop.
setOrientation(Orientation)voidSets orientation.
setValue(float)voidSets value.