| Class | Description |
|---|---|
| Brush |
This abstract class implements the common functionality of all painting tools
in ePad 2.0 application.
|
| Eraser |
This class represents a circular eraser.
|
| Paint |
This class represents a paint widget that allows users to select different
colours for drawing.
|
| Pencil |
This class represents a pencil widget that lets a user to paint using
continuous lines of a certain thickness and colour.
|
| RectangularBristleBrush |
This class simulates a rectangular hard bristle brush using a cloud of
particles approach.
|
| RoundBristleBrush |
This class simulates a circular hard bristle brush using a cloud of particles
approach.
|
| SpiderBrush |
This class represents a Spider Brush widget that produces unique effects when
painting.
|
| Stamp |
This class represents a Stamp widget that paints a certain shape on the
screen.
|
| Stroke |
This class represents a single stroke on the canvas.
|
| StrokePoint |
This class represents a single point in a stroke object.
|