Gridarta Editor
net.sf.gridarta.commands.SinglePngCommand Class Reference
+ Inheritance diagram for net.sf.gridarta.commands.SinglePngCommand:
+ Collaboration diagram for net.sf.gridarta.commands.SinglePngCommand:

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
 

Detailed Description

Run in single png mode.

Author
Christian Hujer
Andreas Kirschbaum

Definition at line 33 of file SinglePngCommand.java.

Constructor & Destructor Documentation

◆ SinglePngCommand()

net.sf.gridarta.commands.SinglePngCommand.SinglePngCommand ( @NotNull final File  in,
@NotNull final File  out,
@NotNull final ImageCreator<?, ?, ?>  imageCreator 
)

Creates a new instance.

Parameters
inthe input file
outthe output file
imageCreatorthe image creator to use

Definition at line 59 of file SinglePngCommand.java.

Member Function Documentation

◆ execute()

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

Member Data Documentation

◆ imageCreator

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

The ImageCreator to use.

Definition at line 51 of file SinglePngCommand.java.

◆ in

final File net.sf.gridarta.commands.SinglePngCommand.in
private

The input file.

Definition at line 39 of file SinglePngCommand.java.

◆ out

final File net.sf.gridarta.commands.SinglePngCommand.out
private

The output file.

Definition at line 45 of file SinglePngCommand.java.


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