|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for HardwareLight:Additional Inherited Members | |
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 hardware light. There are 2 kinds of lights: OnOffHardwareLight and MultiStateHardwareLight.
Definition at line 9 of file HardwareLight.java.