Package nl.colorize.multimedialib.tool
Class ImageTileTool
- java.lang.Object
-
- nl.colorize.multimedialib.tool.CommandLineTool
-
- nl.colorize.multimedialib.tool.ImageTileTool
-
public class ImageTileTool extends CommandLineTool
Command line tool that creates an image by tiling an existing image both horizontally and vertically.
-
-
Field Summary
Fields Modifier and Type Field Description inthorizontaljava.io.FileinputFileintvertical
-
Constructor Summary
Constructors Constructor Description ImageTileTool()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidrun()Runs this tool.-
Methods inherited from class nl.colorize.multimedialib.tool.CommandLineTool
start
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
run
public void run()
Description copied from class:CommandLineToolRuns this tool. This method is called byCommandLineTool.start(String[]). When this method is called it can be assumed that arguments have already been mapped to fields.- Specified by:
runin classCommandLineTool
-
-