Package | Description |
---|---|
heronarts.lx |
Core LX engine and component functionality.
|
heronarts.lx.command |
Modifier and Type | Field and Description |
---|---|
LXCommandEngine |
LX.command
Command engine, utilized by higher-level UIs to manage
engine state and undo operations.
|
Modifier and Type | Method and Description |
---|---|
LXCommandEngine |
LXCommandEngine.clear() |
LXCommandEngine |
LXCommandEngine.perform(LXCommand command)
Performs a command and pushes it onto the undo stack.
|
LXCommandEngine |
LXCommandEngine.redo()
When possible, re-does an operation that has been undone.
|
LXCommandEngine |
LXCommandEngine.setDirty(boolean dirty) |
LXCommandEngine |
LXCommandEngine.undo()
Undoes the last command on the undo stack, if there is any.
|
LX library by Mark C. Slee. © 2012-2020