|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgcspy.comm.CommandStream
gcspy.test.ShapeStream
public class ShapeStream
Field Summary |
---|
Fields inherited from class gcspy.comm.CommandStream |
---|
cmds, FIRST_AVAILABLE_CMD, max, output |
Constructor Summary | |
---|---|
ShapeStream()
|
Method Summary | |
---|---|
void |
circle(int x,
int y,
int rad)
|
void |
point(int x,
int y)
|
void |
rectangle(int x1,
int y1,
int x2,
int y2)
|
Methods inherited from class gcspy.comm.CommandStream |
---|
execute, finish, finish, getCmd, putCmd, putCmd, setBufferedOutput, start, start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShapeStream()
Method Detail |
---|
public void point(int x, int y)
public void circle(int x, int y, int rad)
public void rectangle(int x1, int y1, int x2, int y2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |