Package | Description |
---|---|
horstmann.ch06_scene2 |
Modifier and Type | Class and Description |
---|---|
class |
CarShape
A car shape.
|
class |
HouseShape
A house shape.
|
class |
SelectableShape
A shape that manages its selection state.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<SceneShape> |
SceneComponent.shapes |
Modifier and Type | Method and Description |
---|---|
void |
SceneComponent.add(SceneShape s)
Adds an shape to the scene.
|