|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.aplu.turtle.TurtleArea
public class TurtleArea
This class is used for a Turtle applet. It contains a Playground where the Turtles live.
Constructor Summary | |
---|---|
TurtleArea(javax.swing.JApplet jApplet)
Create an applet window with given applet container. |
|
TurtleArea(javax.swing.JApplet jApplet,
java.awt.Color bkColor)
Create an applet window with given applet container and background color. |
|
TurtleArea(javax.swing.JApplet jApplet,
int width,
int height)
Create an applet window with given applet container, width and height. |
|
TurtleArea(javax.swing.JApplet jApplet,
int width,
int height,
java.awt.Color bkColor)
Create an applet window with given applet container, width, height and background color. |
Method Summary | |
---|---|
Playground |
getPlayground()
Returns the playground of this AppletFrame. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TurtleArea(javax.swing.JApplet jApplet)
public TurtleArea(javax.swing.JApplet jApplet, java.awt.Color bkColor)
public TurtleArea(javax.swing.JApplet jApplet, int width, int height)
public TurtleArea(javax.swing.JApplet jApplet, int width, int height, java.awt.Color bkColor)
Method Detail |
---|
public Playground getPlayground()
getPlayground
in interface TurtleContainer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |