| Package | Description |
|---|---|
| draw.controller.command |
The Command design pattern allows you to encapsulate requests to perform an action, and
decouple the client that requests the command from the service that carries out the action.
|
| draw.controller.handler |
Adapts low-level mouse events to events relevant for the application-domain.
|
| draw.view |
GUI classes for application.
|
| Class and Description |
|---|
| DrawingPalette
Represents the top-level Boundary object in the application.
|
| Class and Description |
|---|
| DrawingPalette
Represents the top-level Boundary object in the application.
|
| Class and Description |
|---|
| DrawingPanel |