|
Gridarta Editor
|
Inheritance diagram for net.sf.gridarta.commands.BatchPngCommand:
Collaboration diagram for net.sf.gridarta.commands.BatchPngCommand: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.
Here is the call graph for this function:
Here is the caller 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.