|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ModelDisplay in |
Classes in Default Package that implement ModelDisplay | |
class |
World
Class to represent a 2d world that can hold turtles and display them Copyright Georgia Institute of Technology 2004 |
Methods in Default Package that return ModelDisplay | |
ModelDisplay |
SimpleTurtle.getModelDisplay()
Method to get the model display for this simple turtle |
Methods in Default Package with parameters of type ModelDisplay | |
void |
SimpleTurtle.setModelDisplay(ModelDisplay theModelDisplay)
Method to set the model display for this simple turtle |
Constructors in Default Package with parameters of type ModelDisplay | |
SimpleTurtle(int x,
int y,
ModelDisplay display)
Constructor that takes the x and y position and the model displayer |
|
SimpleTurtle(ModelDisplay display)
Constructor that takes a model display and adds a turtle in the middle of it |
|
Turtle(int x,
int y,
ModelDisplay modelDisplayer)
Constructor that takes the x and y and a model display to draw it on |
|
Turtle(ModelDisplay modelDisplay)
Constructor that takes the model display |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |