20 package net.sf.gridarta.commands;
23 import java.io.IOException;
25 import org.jetbrains.annotations.NotNull;
32 @SuppressWarnings(
"UseOfSystemOutOrSystemErr")
39 private final File
in;
45 private final File
out;
62 this.imageCreator = imageCreator;
69 }
catch (
final IOException ex) {
70 System.err.println(out +
": " + ex.getMessage());
Graphical User Interface of Gridarta.
Interface for command-line commands.
void makeImage(@NotNull final File in, @NotNull final File out)
SinglePngCommand(@NotNull final File in, @NotNull final File out, @NotNull final ImageCreator<?, ?, ?> imageCreator)
Creates a new instance.
final ImageCreator<?, ?, ?> imageCreator
The ImageCreator to use.
Base package of all Gridarta classes.
final File out
The output file.
final File in
The input file.
Base classes for rendering maps.
int execute()
Executes the command.
Creates images from map instances.