ValueSlider
Base class for controls that represent sliders. These controls have a single value that is bound between a range defined by model. ValueSliders can be conceptualized as mapping between two domains as follows:
Parameters
used to represent the slider's value and limits
used in mapping between T and the slider's domain: 0-1
used to map between the slider's input and output.
Inheritors
Properties
Slider's current range: start - end.
Determines how the slider snaps to marks.
Indicates whether the slider should only take on values at the specify tick interval.
Human-understandable text to represent the current value if the number is insufficient.
Inherited properties
The sequence of marks for a ValueSlider or emptySequence() if it has none.
Functions
Notifies of changes to range
Notifies of changes to marker
Notifies of changes to snappingPolicy
Notifies of changes to ticks
Inherited functions
Sets the ValueSlider's marker based on the given values.
Sets the ValueSlider's marker based on the given Iterable.