Package-level declarations
Types
Represents a range selection slider that is circular.
Represents a selection slider that is circular.
A function f(x) that also has a valid f-1(x). The domain and range of this function must be 0-1.
InvertibleFunction f(x) = x
Determines where marks are placed on a ValueSlider. These marks are used to indicate specific values or provide snapping behavior.
Represents a range selection slider that can be Horizontal or Vertical.
Represents a selection slider that can be Horizontal or Vertical.
Determines the snapping behavior for a ValueSlider.
Inherited properties
The sequence of marks for a RangeValueSlider or emptySequence() if it has none.
The sequence of marks for a ValueSlider or emptySequence() if it has none.
Functions
Returns a Marker that will create evenly spaced marks that start at 0 and end at 1.
Creates a SnappingPolicy from the given lambda.