|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Line
Simple Line struct class,
Field Summary | |
int |
x1
point 1 x coord |
int |
x2
point 2 x coord |
int |
y1
point 1 y coord |
int |
y2
point 2 y coord |
Constructor Summary | |
Line()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int x1
public int y1
public int x2
public int y2
Constructor Detail |
public Line()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |