Package | Description |
---|---|
lsystem.collection | |
lsystem.turtle |
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<Turtle> |
TurtleStack.stack |
Modifier and Type | Method and Description |
---|---|
Turtle |
TurtleStack.pop()
Turtle pop
|
Modifier and Type | Method and Description |
---|---|
void |
TurtleStack.push(Turtle turtle)
Turtle push
|
Modifier and Type | Class and Description |
---|---|
class |
Pen |
Constructor and Description |
---|
Turtle(Turtle turtle)
Copy Constructor
|