Class Position


  • public class Position
    extends Object
    • Constructor Detail

      • Position

        public Position​(int xmin,
                        int ymin,
                        int xmax,
                        int ymax)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getXmin

        public int getXmin()
      • getXmax

        public int getXmax()
      • getYmin

        public int getYmin()
      • getYmax

        public int getYmax()
      • getCenterX

        public int getCenterX()
      • getCenterY

        public int getCenterY()