Class ForestMaker.ImageLocation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.awt.image.BufferedImage image  
      (package private) int x  
      (package private) int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageLocation​(java.awt.image.BufferedImage image, int x, int y)  
    • Field Detail

      • image

        final java.awt.image.BufferedImage image
      • x

        final int x
      • y

        final int y
    • Constructor Detail

      • ImageLocation

        public ImageLocation​(java.awt.image.BufferedImage image,
                             int x,
                             int y)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object