Class ImageTileTool


  • public class ImageTileTool
    extends CommandLineTool
    Command line tool that creates an image by tiling an existing image both horizontally and vertically.
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageTileTool()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void run()
      Runs this tool.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • inputFile

        public java.io.File inputFile
      • horizontal

        public int horizontal
      • vertical

        public int vertical
    • Constructor Detail

      • ImageTileTool

        public ImageTileTool()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)