Class ImageGenerator

    • Constructor Summary

      Constructors 
      Constructor Description
      ImageGenerator​(long seed, int minimumImageEdgeSize, int maximumImageEdgeSize)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.image.BufferedImage createImage()  
      java.awt.image.BufferedImage createImage​(int width, int height)  
      java.awt.image.BufferedImage createImage​(int width, int height, int imageType)  
      static java.awt.image.BufferedImage of​(int width, int height, long seed)  
      • Methods inherited from class java.lang.Object

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

      • ImageGenerator

        public ImageGenerator​(long seed,
                              int minimumImageEdgeSize,
                              int maximumImageEdgeSize)
    • Method Detail

      • of

        public static java.awt.image.BufferedImage of​(int width,
                                                      int height,
                                                      long seed)
      • createImage

        public java.awt.image.BufferedImage createImage​(int width,
                                                        int height)
        Specified by:
        createImage in interface IImageGenerator
      • createImage

        public java.awt.image.BufferedImage createImage​(int width,
                                                        int height,
                                                        int imageType)
        Specified by:
        createImage in interface IImageGenerator