Class ALPoint

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int x  
      int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      ALPoint​(int x, int y)  
      ALPoint​(ALPoint alPoint)  
      ALPoint​(org.json.JSONObject json)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object anObject)  
      int getX()  
      int getY()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public int x
      • y

        public int y
    • Constructor Detail

      • ALPoint

        public ALPoint​(int x,
                       int y)
      • ALPoint

        public ALPoint​(org.json.JSONObject json)
      • ALPoint

        public ALPoint​(ALPoint alPoint)
    • Method Detail

      • getX

        public int getX()
      • getY

        public int getY()
      • equals

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

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