|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.util.Coordinates
public class Coordinates
Constructor Summary | |
---|---|
Coordinates(int x1,
int y1,
int x2,
int y2)
|
Method Summary | |
---|---|
int |
getX1()
|
int |
getX2()
|
int |
getY1()
|
int |
getY2()
|
void |
setX1(int x)
|
void |
setX2(int x)
|
void |
setY1(int y)
|
void |
setY2(int y)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Coordinates(int x1, int y1, int x2, int y2)
Method Detail |
---|
public int getX1()
public int getY1()
public int getX2()
public int getY2()
public void setX1(int x)
public void setX2(int x)
public void setY1(int y)
public void setY2(int y)
public String toString()
toString
in class Object
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |