|
Gridarta Editor
|
Run in single png mode. More...
Inheritance diagram for net.sf.gridarta.commands.SinglePngCommand:
Collaboration diagram for net.sf.gridarta.commands.SinglePngCommand:Public Member Functions | |
| int | execute () |
| Executes the command. More... | |
| SinglePngCommand (@NotNull final File in, @NotNull final File out, @NotNull final ImageCreator<?, ?, ?> imageCreator) | |
| Creates a new instance. More... | |
Private Attributes | |
| final ImageCreator<?, ?, ?> | imageCreator |
| The ImageCreator to use. More... | |
| final File | in |
| The input file. More... | |
| final File | out |
| The output file. More... | |
Run in single png mode.
Definition at line 33 of file SinglePngCommand.java.
| net.sf.gridarta.commands.SinglePngCommand.SinglePngCommand | ( | @NotNull final File | in, |
| @NotNull final File | out, | ||
| @NotNull final ImageCreator<?, ?, ?> | imageCreator | ||
| ) |
Creates a new instance.
| in | the input file |
| out | the output file |
| imageCreator | the image creator to use |
Definition at line 59 of file SinglePngCommand.java.
| int net.sf.gridarta.commands.SinglePngCommand.execute | ( | ) |
Executes the command.
Implements net.sf.gridarta.commands.Command.
Definition at line 66 of file SinglePngCommand.java.
Here is the call graph for this function:
|
private |
The ImageCreator to use.
Definition at line 51 of file SinglePngCommand.java.
|
private |
The input file.
Definition at line 39 of file SinglePngCommand.java.
|
private |
The output file.
Definition at line 45 of file SinglePngCommand.java.