Constructor and Description |
---|
SinglePngCommand(@NotNull java.io.File in,
@NotNull java.io.File out,
@NotNull ImageCreator<?,?,?> imageCreator)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
int |
execute()
Executes the command.
|
public SinglePngCommand(@NotNull @NotNull java.io.File in, @NotNull @NotNull java.io.File out, @NotNull @NotNull ImageCreator<?,?,?> imageCreator)
in
- the input fileout
- the output fileimageCreator
- the image creator to use