|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcoords2
class coords2
coords2 subclass included in Fill class. It has an x and y coordinate which is used as points to keep track where it is.
Field Summary | |
---|---|
int |
x
X coordinate. |
int |
y
Y coordinate. |
Constructor Summary | |
---|---|
coords2(int x1,
int y1)
Constructor for class coords2. |
Method Summary |
---|
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 coords2(int x1, int y1)
x1
- used to be the new x coordinatey1
- used to be the new y coordinate
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |