|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.aplu.util.Position
public class Position
Position of a window.
Constructor Summary | |
---|---|
Position(int ulx,
int uly)
Construct a Position instance with given coordinates. |
Method Summary | |
---|---|
int |
getUlx()
Return x-coordinate. |
int |
getUly()
Return y-coordinate. |
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 |