public class Group
extends java.lang.Object
Constructor and Description |
---|
Group(java.lang.String name)
Instantiate a new Animatronics group, the name given should already exists.
|
Modifier and Type | Method and Description |
---|---|
void |
gotoStart()
Goto start group
|
void |
play()
Play group
|
void |
playRev()
Play group in reverse
|
void |
stop()
Stop group
|
void |
toggle()
Toggle group
|