Class ALRect

    • Field Summary

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

      Constructors 
      Constructor Description
      ALRect​(int x, int y, int w, int h)  
      ALRect​(android.graphics.RectF rect)  
      ALRect​(ALRect alRect)  
      ALRect​(ALSquare alSquare)  
      ALRect​(org.json.JSONArray json)  
      ALRect​(org.json.JSONObject json)  
    • Field Detail

      • x

        public int x
      • y

        public int y
      • w

        public int w
      • h

        public int h
    • Constructor Detail

      • ALRect

        public ALRect​(int x,
                      int y,
                      int w,
                      int h)
      • ALRect

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

        public ALRect​(org.json.JSONArray json)
      • ALRect

        public ALRect​(android.graphics.RectF rect)
      • ALRect

        public ALRect​(ALRect alRect)
      • ALRect

        public ALRect​(ALSquare alSquare)
    • Method Detail

      • getX

        public int getX()
      • getY

        public int getY()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getArea

        public int getArea()
      • 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