|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for OnOffHardwareLight:Public Member Functions | |
| BooleanHardwareProperty | isOn () |
| default void | setOnColor (final Color color) |
| default void | setOffColor (final Color color) |
| void | setOnVisualState (HardwareLightVisualState state) |
| void | setOffVisualState (HardwareLightVisualState state) |
| void | setStateToVisualStateFuncation (Function< Boolean, HardwareLightVisualState > function) |
| void | setStateToVisualStateFunction (Function< Boolean, HardwareLightVisualState > function) |
Public Member Functions inherited from HardwareOutputElement | |
| void | onUpdateHardware (Runnable sendStateRunnable) |
Public Member Functions inherited from HardwareElement | |
| String | getId () |
| String | getLabel () |
| void | setLabel (String label) |
| Color | getLabelColor () |
| void | setLabelColor (Color color) |
| RelativePosition | getLabelPosition () |
| void | setLabelPosition (RelativePosition position) |
| void | setBounds (double xInMM, double yInMM, double widthInMM, double heightInMM) |
| double | getX () |
| double | getY () |
| double | getWidth () |
| double | getHeight () |
Defines a simple hardware light that only has an on and off state.
Definition at line 12 of file OnOffHardwareLight.java.
| BooleanHardwareProperty isOn | ( | ) |
Property that determines if this light is on or not.
| void setStateToVisualStateFuncation | ( | Function< Boolean, HardwareLightVisualState > | function | ) |