|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.fcps.Turtle
SquareTurtle
public class SquareTurtle
| Constructor Summary | |
|---|---|
SquareTurtle()
|
|
SquareTurtle(double n)
|
|
SquareTurtle(double x,
double y,
double h)
|
|
SquareTurtle(double x,
double y,
double h,
double n)
|
|
| Method Summary | |
|---|---|
void |
drawShape()
|
void |
setSize(double n)
|
| 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 |
|---|
public SquareTurtle()
public SquareTurtle(double n)
public SquareTurtle(double x,
double y,
double h)
public SquareTurtle(double x,
double y,
double h,
double n)
| Method Detail |
|---|
public void setSize(double n)
public void drawShape()
drawShape in class edu.fcps.Turtle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||