Class AbstractSlideInputManager
-
- All Implemented Interfaces:
-
it.unibo.alchemist.boundary.ui.api.SlideInputManager
public class AbstractSlideInputManager implements SlideInputManager
ASlideInputManager
is the base class for any class whose aim is to handle the the sliding of any physical/virtual device/control.
-
-
Constructor Summary
Constructors Constructor Description AbstractSlideInputManager(double initialValue, double min, double max)
Creates a new ASlideInputManager
with the value in input.
-