RangeSliderBehavior

Behavior used to render/manager RangeSliders.

Inheritors

Functions

Link copied to clipboard

The bounding Rectangle of the end handle used to adjust slider. This defaults to slider.bounds.atOrigin.

Link copied to clipboard

The bounding Rectangle of the start handle used to adjust slider. This defaults to slider.bounds.atOrigin.

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun contains(view: RangeSlider<T>, point: Point): Boolean
Link copied to clipboard
open fun install(view: RangeSlider<T>)
Link copied to clipboard
Link copied to clipboard
open fun render(view: RangeSlider<T>, canvas: Canvas)
Link copied to clipboard
open fun uninstall(view: RangeSlider<T>)