|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMyTurtleAnimation
Field Summary | |
(package private) Picture |
canvas
|
(package private) FrameSequence |
f
|
(package private) Turtle |
jenny
|
Constructor Summary | |
MyTurtleAnimation()
|
Method Summary | |
void |
next()
|
void |
next(int numTimes)
|
void |
replay(int delay)
|
void |
show()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Picture canvas
Turtle jenny
FrameSequence f
Constructor Detail |
public MyTurtleAnimation()
Method Detail |
public void next()
public void next(int numTimes)
public void show()
public void replay(int delay)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |