Class TileUtils


  • public class TileUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TileUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Tile withMargin​(Tile tile, double x1, double x2, double y1, double y2)  
      • Methods inherited from class java.lang.Object

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

      • TileUtils

        public TileUtils()
    • Method Detail

      • withMargin

        public static Tile withMargin​(Tile tile,
                                      double x1,
                                      double x2,
                                      double y1,
                                      double y2)