Class FlowerTurtle2

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

public class FlowerTurtle2
extends edu.fcps.Turtle


Constructor Summary
FlowerTurtle2()
           
FlowerTurtle2(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

FlowerTurtle2

public FlowerTurtle2()

FlowerTurtle2

public FlowerTurtle2(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