| Package | Description |
|---|---|
| ca.uwaterloo.epad | |
| ca.uwaterloo.epad.painting |
| Modifier and Type | Method and Description |
|---|---|
static Paint |
Application.getSelectedPaint() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList<Paint> |
Application.getAllPaints() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Application.setSelectedPaint(Paint p)
Set the provided Paint object as currently selected.
|
| Constructor and Description |
|---|
Paint(Paint original)
Constructor that builds a copy of another Paint object.
|