Modifier and Type | Field and Description |
---|---|
(package private) TurtleField.DrawingPanel |
background |
Constructor and Description |
---|
BackgroundContext(TurtleField.DrawingPanel background)
creates a background context
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
value(java.lang.String name)
If there are local/global variables, a variable might have a different
value depending on the Context, so Contexts should support determining
the value of an identifier.
|
TurtleField.DrawingPanel background
public BackgroundContext(TurtleField.DrawingPanel background)
public java.lang.Object value(java.lang.String name)
Context