Gridarta Editor
|
Public Member Functions | |
BatchPngCommand (@NotNull final List< File > args, @NotNull final ImageCreator<?, ?, ?> imageCreator) | |
int | execute () |
Private Attributes | |
final Iterable< File > | args |
final ImageCreator<?, ?, ?> | imageCreator |
Run in batch png mode.
Definition at line 35 of file BatchPngCommand.java.
net.sf.gridarta.commands.BatchPngCommand.BatchPngCommand | ( | @NotNull final List< File > | args, |
@NotNull final ImageCreator<?, ?, ?> | imageCreator | ||
) |
Creates a new instance.
args | the arguments |
imageCreator | the image creator to use |
Definition at line 54 of file BatchPngCommand.java.
int net.sf.gridarta.commands.BatchPngCommand.execute | ( | ) |
Executes the command.
Implements net.sf.gridarta.commands.Command.
Definition at line 60 of file BatchPngCommand.java.
|
private |
The files to convert.
Definition at line 41 of file BatchPngCommand.java.
|
private |
The ImageCreator to use.
Definition at line 47 of file BatchPngCommand.java.