attach abstract method

void attach(
  1. double extent,
  2. List<FSliderMark> marks
)

Registers the controller to a slider with the given extent and marks.

A controller can only be attached to a single slider at a time.

Implementation

void attach(double extent, List<FSliderMark> marks);