|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.layout.XyCoord
public class 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 - - integer| Method Detail |
|---|
public int getX()
public int getY()
public void setX(int x)
x - - the x coordinatepublic void setY(int y)
y - - the y coordinate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||