package org.aswing.graphics
| BitmapBrush | Encapsulate the fill parameter for flash.display.Graphics.beginBitmapFill() @see http://livedocs.macromedia.com/flex/2/langref/flash/display/Graphics.html#beginBitmapFill() @author n0rthwood |
| GradientBrush | GradientBrush encapsulate the fill paramters for flash.display.Graphics.beginGradientFill() @see http://livedocs.macromedia.com/flex/2/langref/flash/display/Graphics.html#beginGradientFill() @author paling |
| GradientPen | GradientPen to draw Gradient lines. @see org.aswing.graphics.Graphics2D @see org.aswing.graphics.IPen @see org.aswing.graphics.Pen @see http://livedocs.macromedia.com/flex/2/langref/flash/display/Graphics.html#lineGradientStyle() @author n0rthwood |
| Graphics2D | Encapsulate and enhance flash.display.graphics drawing API.
|
| IBrush | Brush to fill a closed area. |
| IPen | Pen to draw lines. |
| Pen | Pen encapsulate normal lineStyle properties. |
| SolidBrush | SolidBrush encapsulate fill parameters for flash.display.Graphics.beginFill() @see http://livedocs.macromedia.com/flex/2/langref/flash/display/Graphics.html#beginFill() @author paling |