Class TwistyTurtle4

java.lang.Object
  extended by edu.fcps.Turtle
      extended by TwistyTurtle4
All Implemented Interfaces:
java.lang.Runnable

public class TwistyTurtle4
extends edu.fcps.Turtle
implements java.lang.Runnable


Constructor Summary
TwistyTurtle4(double x, double y, double h)
           
 
Method Summary
 void drawShape()
           
 void run()
           
 
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

TwistyTurtle4

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

drawShape

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

run

public void run()
Specified by:
run in interface java.lang.Runnable