Package io.anyline2.model
Class ALRect
- java.lang.Object
-
- io.anyline2.model.ALGeometry
-
- io.anyline2.model.ALRect
-
public class ALRect extends ALGeometry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object anObject)
int
getArea()
int
getHeight()
int
getWidth()
int
getX()
int
getY()
int
hashCode()
-
-
-
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-