|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--sub_arctic.lib.point_info
Small Class to hold x,y information, for example during a drag.
| Field Summary | |
int |
x
X value |
int |
y
Y value |
| Constructor Summary | |
point_info(int xv,
int yv)
Full constructor |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public int x
public int y
| Constructor Detail |
public point_info(int xv,
int yv)
xv - x value.yv - y value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||