| Interface | Description | |
|---|---|---|
| IBrush |
Brush to fill a closed area. Use it with a org.aswing.graphics.Graphics2D instance |
|
| IPen |
Pen to draw lines. Use it with a org.aswing.graphics.Graphics2D instance |
| Class | Description | |
|---|---|---|
| BitmapBrush | Encapsulate the fill parameter for flash.display.Graphics.beginBitmapFill() | |
| GradientBrush | GradientBrush encapsulate the fill paramters for flash.display.Graphics.beginGradientFill() | |
| GradientPen | GradientPen to draw Gradient lines. | |
| Graphics2D | Encapsulate and enhance flash.display.graphics drawing API. | |
| Pen | Pen encapsulate normal lineStyle properties. | |
| SolidBrush | SolidBrush encapsulate fill parameters for flash.display.Graphics.beginFill() |