Skip to main content

IntSlider

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

Package: JAVARuntime

Category: Inspector

Component: no


public class IntSlider

Constructors

SignatureDescription
IntSlider(int, int, int)Creates a new instance of IntSlider.

Attributes

NameTypeDescription
valueintRepresents the value value stored on this instance. Read or assign to update the property.
minintRepresents the min value stored on this instance. Read or assign to update the property.
maxintRepresents the max value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
maxintget/setReturns the maximum allowed value of the slider.
minintget/setReturns the minimum allowed value of the slider.
valueintget/setReturns the current value of the slider.

Methods

SignatureReturnsDescription
toString()StringReturns a string representation of the IntSlider.
serialize()StringSerializes the IntSlider into a string in the format '[value;min;max;step]'.

Static Methods

SignatureReturnsDescription
inspectorController()ClassInspectorEntryExecutes inspectorController and returns after the underlying engine call finishes.
deserialize(String)IntSliderDeserializes a string to create a IntSlider instance.