Gridarta Editor
|
Public Member Functions | |
int | execute () |
SinglePngCommand (@NotNull final File in, @NotNull final File out, @NotNull final ImageCreator<?, ?, ?> imageCreator) | |
Private Attributes | |
final ImageCreator<?, ?, ?> | imageCreator |
final File | in |
final File | out |
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.
|
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.