Class FlowerTurtle

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

public class FlowerTurtle
extends edu.fcps.Turtle


Constructor Summary
FlowerTurtle()
           
FlowerTurtle(double x, double n, java.awt.Color c)
           
 
Method Summary
 void drawShape()
           
 void setColor(java.awt.Color c)
           
 void setSize(double n)
           
 
Methods inherited from class edu.fcps.Turtle
back, clear, clear, createFrame, createPanel, forward, getColor, getImage, 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

FlowerTurtle

public FlowerTurtle()

FlowerTurtle

public FlowerTurtle(double x,
                    double n,
                    java.awt.Color c)
Method Detail

setSize

public void setSize(double n)

setColor

public void setColor(java.awt.Color c)
Overrides:
setColor in class edu.fcps.Turtle

drawShape

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