| Package | Description | 
|---|---|
| horstmann.ch06_scene3 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CarShapeA car shape. | 
| class  | CompoundShapeA scene shape that is composed of multiple geometric shapes. | 
| class  | HouseShapeA house shape. | 
| class  | SelectableShapeA 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. |