Package | Description |
---|---|
uwcse.animation | |
uwcse.graphics | |
uwcse.sim |
Modifier and Type | Method and Description |
---|---|
GWindow |
Stage.getWindow()
Return the window of the stage.
|
Modifier and Type | Method and Description |
---|---|
void |
ShapeProp.addTo(GWindow w)
Add the shape to the window
|
void |
Prop.addTo(GWindow w)
Every Prop must be able to draw itself on a GWindow.
|
void |
Actor.addTo(GWindow w)
Every Actor must be able to draw itself on a GWindow.
|
Constructor and Description |
---|
Stage(GWindow window)
Create a new, empty stage, on the given window.
|
Modifier and Type | Method and Description |
---|---|
void |
ShapeImpl.addTo(GWindow gw) |
void |
Shape.addTo(GWindow gw)
Add the shape to the given graphics window, if non-null.
|
Modifier and Type | Field and Description |
---|---|
GWindow |
MapView.gWindow |
Modifier and Type | Method and Description |
---|---|
void |
Thing.displayOn(GWindow g)
Every Thing must be able to display itself on a GWindow.
|