|
Gridarta Editor
|
Run in batch png mode. More...
Inheritance diagram for net.sf.gridarta.commands.BatchPngCommand:
Collaboration diagram for net.sf.gridarta.commands.BatchPngCommand:Public Member Functions | |
| BatchPngCommand (@NotNull final List< String > args, @NotNull final ImageCreator<?, ?, ?> imageCreator) | |
| Creates a new instance. More... | |
| int | execute () |
| Executes the command. More... | |
Private Attributes | |
| final Iterable< String > | args |
| The files to convert. More... | |
| final ImageCreator<?, ?, ?> | imageCreator |
| The ImageCreator to use. More... | |
Run in batch png mode.
Definition at line 35 of file BatchPngCommand.java.
| net.sf.gridarta.commands.BatchPngCommand.BatchPngCommand | ( | @NotNull final List< String > | 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.
Here is the call graph for this function:
|
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.