public static class AeshGraphicsExample.GraphicsCommand extends java.lang.Object implements Command
| Modifier and Type | Field and Description |
|---|---|
private Graphics |
g |
private CommandInvocation |
invocation |
| Constructor and Description |
|---|
GraphicsCommand() |
| Modifier and Type | Method and Description |
|---|---|
private void |
doGfx() |
CommandResult |
execute(CommandInvocation commandInvocation)
Will be executed when this command is triggered by the command line.
|
void |
waitForInput() |
private CommandInvocation invocation
private Graphics g
public CommandResult execute(CommandInvocation commandInvocation) throws java.io.IOException, java.lang.InterruptedException
Commandpublic void waitForInput()
private void doGfx()