| Package | Description |
|---|---|
| ca.uwaterloo.epad | |
| ca.uwaterloo.epad.painting |
| Modifier and Type | Method and Description |
|---|---|
static Canvas |
Application.getCanvas()
Get the current Canvas.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Application.setCanvas(Canvas newCanvas)
Add a canvas to GUI.
|
| Constructor and Description |
|---|
Stroke(vialab.SMT.Touch t,
Canvas c)
Default constructor creates a Stroke object and stores the coordinated of
the Touch object translated to the coordinate space of the Canvas.
|