org.lee.mugen.parser.air
Class Rectangle

java.lang.Object
  extended by org.lee.mugen.parser.air.Rectangle

public class Rectangle
extends java.lang.Object


Constructor Summary
Rectangle(int x1, int y1, int x2, int y2)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getX1()
           
 int getX2()
           
 int getY1()
           
 int getY2()
           
 void setX1(int x1)
           
 void setX2(int x2)
           
 void setY1(int y1)
           
 void setY2(int y2)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rectangle

public Rectangle(int x1,
                 int y1,
                 int x2,
                 int y2)
Method Detail

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