| Package | Description |
|---|---|
| horstmann.ch06_scene1 |
| 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 a shape to the scene.
|