public class ALRect extends ALGeometry
public int
x
y
w
h
ALRect(int x, int y, int w, int h)
ALRect(JSONObject json)
ALRect(JSONArray json)
ALRect(Rect rect)
ALRect(RectF rect)
ALRect(ALRect alRect)
ALRect(ALSquare alSquare)
int
getX()
getY()
getWidth()
getHeight()
getArea()
Array<ALPoint>
getAsArrayOfPoints()
boolean
equals(Object anObject)
hashCode()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int getX()
int getY()
int getWidth()
int getHeight()
int getArea()
Array<ALPoint> getAsArrayOfPoints()
boolean equals(Object anObject)
int hashCode()