BasicCircularRangeSliderBehavior
class BasicCircularRangeSliderBehavior<T : Comparable<T>>(barFill: (CircularRangeSlider<T>) -> Paint, startKnobFill: (CircularRangeSlider<T>) -> Paint, endKnobFill: (CircularRangeSlider<T>) -> Paint, rangeFill: (CircularRangeSlider<T>) -> Paint? = endKnobFill, thickness: Double = 20.0, focusManager: FocusManager? = null) : AbstractCircularRangeSliderBehavior<T> (source)
Creates a basic behavior for rendering CircularRangeSliders. It allows customization of the bar, range, thickness, and knobs at either end of the slider.
Parameters
barFill
for the slider's background
startKnobFill
for the knob at the start of the slider's range
endKnobFill
for the knob at the end of the slider's range
rangeFill
for the slider's range region
thickness
of the slider
focusManager
used to manage focus
Constructors
Link copied to clipboard
constructor(barFill: Paint = Lightgray.paint, startKnobFill: Paint = Blue.paint, endKnobFill: Paint = Blue.paint, rangeFill: Paint? = endKnobFill, thickness: Double = 20.0, focusManager: FocusManager? = null)
Creates a basic behavior for rendering CircularRangeSliders.
constructor(barFill: (CircularRangeSlider<T>) -> Paint, startKnobFill: (CircularRangeSlider<T>) -> Paint, endKnobFill: (CircularRangeSlider<T>) -> Paint, rangeFill: (CircularRangeSlider<T>) -> Paint? = endKnobFill, thickness: Double = 20.0, focusManager: FocusManager? = null)
Inherited functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard