|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for HardwareElement:Public Member Functions | |
| 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 () |
Represents some physical hardware element. Hardware elements can be HardwareControls (e.g. buttons, sliders etc) or HardwareOutputElements (e.g lights, text displays etc).
Definition at line 11 of file HardwareElement.java.
| String getId | ( | ) |
The unique id associated with this element.
| String getLabel | ( | ) |
An optional label associated with this element.
| Color getLabelColor | ( | ) |
The color of the label.
| RelativePosition getLabelPosition | ( | ) |
RelativePosition that defines where the label is.
| void setBounds | ( | double | xInMM, |
| double | yInMM, | ||
| double | widthInMM, | ||
| double | heightInMM | ||
| ) |
The physical bounds of this hardware element on the controller.
| void setLabel | ( | String | label | ) |
Sets the label for this hardware control as written on the hardware.
| void setLabelColor | ( | Color | color | ) |
Sets the color of the label.