Class TwistyTurtle3

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

public class TwistyTurtle3
extends edu.fcps.Turtle


Constructor Summary
TwistyTurtle3(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

TwistyTurtle3

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

drawShape

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