| Package | Description |
|---|---|
| desmoj.extensions.visualization2d.engine.command |
Read and write animation command (cmds) files.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
Parameter.clone()
create an clone of an parameter, used by CommandFrame.clone
|
| Modifier and Type | Method and Description |
|---|---|
static Command |
CommandFactory.createCommand(java.lang.String cmd,
java.lang.String remark,
Parameter[] parameter)
Create an instance of Command, used by CommandFrame.init_cmdTemplate()
|
| Constructor and Description |
|---|
Command(java.lang.String cmd,
java.lang.String remark,
Parameter[] parameter)
Constructor for CommandFrame, used for template generation
used by CommandFactory.createCommand(cmd, remark, parameter).
|