org.lee.mugen.parser.air
Class Rectangle
java.lang.Object
org.lee.mugen.parser.air.Rectangle
public class Rectangle
- extends java.lang.Object
|
Constructor Summary |
Rectangle(int x1,
int y1,
int x2,
int y2)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rectangle
public Rectangle(int x1,
int y1,
int x2,
int y2)
getX1
public int getX1()
setX1
public void setX1(int x1)
getX2
public int getX2()
setX2
public void setX2(int x2)
getY1
public int getY1()
setY1
public void setY1(int y1)
getY2
public int getY2()
setY2
public void setY2(int y2)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object