Class RandomlyTranslateImages


  • public class RandomlyTranslateImages
    extends java.lang.Object
    just move 2(x) pix to left right up down
    Author:
    Zoran Sevarac
    • Method Summary

      Modifier and Type Method Description
      boolean isImageFile​(java.io.File file)  
      static void main​(java.lang.String[] args)  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • run

        public void run()
      • isImageFile

        public boolean isImageFile​(java.io.File file)
      • main

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