Modifier and Type | Field and Description |
---|---|
protected static Turtle.UnderTheShell |
Turtle.UNDER_THE_SHELL
|
Modifier and Type | Method and Description |
---|---|
void |
Terrarium.add(Track track,
Turtle.UnderTheShell key)
Adds a new turtle track to the terrarium
|
void |
Terrarium.add(Turtle turtle,
Turtle.UnderTheShell key)
Adds a new turtle to the terrarium
|
void |
Terrarium.remove(Turtle turtle,
Turtle.UnderTheShell key)
Remove a turtle from the terrarium
|
Constructor and Description |
---|
Track(double x1,
double y1,
double x2,
double y2,
Color color,
Stroke stroke,
Turtle.UnderTheShell key)
Construct a new track segment
|
Copyright © 2018. All rights reserved.