| Interface | Description | |
|---|---|---|
| IPainter | Painters are classes that can draw things on the graphics context of any DisplayObject. |
| Class | Description | |
|---|---|---|
| CompositePainter | ||
| FillPainter | ||
| GradientFillPainter | ||
| StripesPainter | Paints 45 degree inclined stripes on the Graphics context of a DisplayObject | |
| Stroke | Defines a stroke that can be applied to a Graphics context or be used by one of the painters | |
| StrokePainter | Paints a Stroke on the Graphics context of a DisplayObject. | |
| TrianglePainter |