gcspy.test
Class ShapeStream

java.lang.Object
  extended by gcspy.comm.CommandStream
      extended by gcspy.test.ShapeStream

public class ShapeStream
extends CommandStream


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

ShapeStream

public ShapeStream()
Method Detail

point

public void point(int x,
                  int y)

circle

public void circle(int x,
                   int y,
                   int rad)

rectangle

public void rectangle(int x1,
                      int y1,
                      int x2,
                      int y2)