|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object echopoint.layout.XyCoord
The XyCoord
class is a constraint object for the
XyLayoutManager that specifies the {x,y} coordinate to
place a component.
Constructor Summary | |
XyCoord(int x,
int y)
Constructs an XyCoord |
Method Summary | |
int |
getX()
Returns the x coordinate |
int |
getY()
Returns the y coordinate |
void |
setX(int x)
Sets the x coordinate |
void |
setY(int y)
Sets the y coordinate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XyCoord(int x, int y)
XyCoord
x
- - integery
- - integerMethod Detail |
public int getX()
public int getY()
public void setX(int x)
x
- - the x coordinatepublic void setY(int y)
y
- - the y coordinate
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |