class InputDynamic : View
InputDynamic() |
var colorButton: JFXButton |
|
var mtcButton: JFXButton |
|
val root: BorderPane |
|
var selectedColor: Color |
|
var selectedDirection: Direction |
|
var stcButton: JFXButton |
|
var toggleReverse: JFXButton |
|
var wipeButton: JFXButton |
fun changeColor(): Unit |
|
fun sendC(color: String): Unit |
|
fun sendMTC(color: String): Unit |
|
fun sendSTC(color: String): Unit |
|
fun sendWIP(color: String): Unit |