Class ForestMaker


  • public class ForestMaker
    extends java.lang.Object
    Generate forest tiles.
    • Constructor Summary

      Constructors 
      Constructor Description
      ForestMaker()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Pass the source directory as first argument.
      • Methods inherited from class java.lang.Object

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

      • ForestMaker

        public ForestMaker()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Pass the source directory as first argument.
        Parameters:
        args - The program arguments.
        Throws:
        java.io.IOException - if the resources can not be read or written.