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