|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ch.aplu.util.Position
Class to define a position of a window
Constructor Summary | |
Position(int ulx,
int uly)
Construct a Position |
Method Summary | |
int |
getUlx()
Accessor |
int |
getUly()
Accessor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Position(int ulx, int uly)
ulx
- upper left x coordinate of windowuly
- upper left y coordinate of windowMethod Detail |
public int getUlx()
public int getUly()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |