Class TwistyTurtle2

java.lang.Object
  extended by edu.fcps.Turtle
      extended by TwistyTurtle2

public class TwistyTurtle2
extends edu.fcps.Turtle


Constructor Summary
TwistyTurtle2(double x, double y, double h)
           
 
Method Summary
 void drawShape()
           
 
Methods inherited from class edu.fcps.Turtle
back, clear, clear, createFrame, createPanel, forward, getColor, getImage, setColor, setColor, setCrawl, setPenDown, setSpeed, setThickness, turnLeft, turnRight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwistyTurtle2

public TwistyTurtle2(double x,
                     double y,
                     double h)
Method Detail

drawShape

public void drawShape()
Specified by:
drawShape in class edu.fcps.Turtle