Gridarta Editor
net.sf.gridarta.commands.BatchPngCommand Class Reference
+ 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
 

Detailed Description

Run in batch png mode.

Author
Christian Hujer
Andreas Kirschbaum

Definition at line 35 of file BatchPngCommand.java.

Constructor & Destructor Documentation

◆ BatchPngCommand()

net.sf.gridarta.commands.BatchPngCommand.BatchPngCommand ( @NotNull final List< File >  args,
@NotNull final ImageCreator<?, ?, ?>  imageCreator 
)

Creates a new instance.

Parameters
argsthe arguments
imageCreatorthe image creator to use

Definition at line 54 of file BatchPngCommand.java.

Member Function Documentation

◆ execute()

int net.sf.gridarta.commands.BatchPngCommand.execute ( )

Member Data Documentation

◆ args

final Iterable<File> net.sf.gridarta.commands.BatchPngCommand.args
private

The files to convert.

Definition at line 41 of file BatchPngCommand.java.

◆ imageCreator

final ImageCreator<?, ?, ?> net.sf.gridarta.commands.BatchPngCommand.imageCreator
private

The ImageCreator to use.

Definition at line 47 of file BatchPngCommand.java.


The documentation for this class was generated from the following file: