Package | Description |
---|---|
desmoj.extensions.visualization2d.animation |
Core package of DESMO-J's 2D animation component.
|
desmoj.extensions.visualization2d.animation.internalTools |
To this package exist no desmoj analogon.
|
desmoj.extensions.visualization2d.engine.command |
Read and write animation command (cmds) files.
|
Modifier and Type | Method and Description |
---|---|
void |
CmdGeneration.checkAndLog(Command c)
The Method checkAndLog makes a syntax and semantic check of the generated animation commands.
|
void |
CmdGeneration.write(Command c)
write a command in CommandFrame.writeCmdBuffer.
|
Modifier and Type | Method and Description |
---|---|
Command |
EntityTypeAnimation.getEntityTypeCmd(long initTime)
generate "createEntityType" command in cmds-file
|
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()
|
static Command |
Command.getCommandInit(java.lang.String cmd,
long initTime)
Get a clone of command-template with name cmd
for init-phase
|
static Command |
Command.getCommandTime(java.lang.String cmd,
long time)
Get a clone of command-template with name cmd
for run-phase time-value
|
Modifier and Type | Method and Description |
---|---|
int |
CommandSequence.write(Command command)
Write a command on internal writeCmdBuffer
|
void |
WriteCmds.write(Command c)
write a command in CommandFrame.writeCmdBuffer.
|