| | Class | Description |
| | BitmapFill |
Used to fill an area on screen with a bitmap or other DisplayObject. |
| | BlendFill |
Used to wrap standard IFill objects for use in a ComplexFill. |
| | ComplexFill |
Used to render multiple, layered IFill objects as a single fill. |
| | GradientFillBase |
The gradient fill class lets you specify a gradient fill. |
| | GradientStop |
The gradient stop class defines the objects that control
a transition as part of a gradient fill. |
| | GradientStrokeBase |
The gradient stroke class lets you specify a gradient filled stroke. |
| | LinearGradientFill |
The linear gradient fill class lets you specify a gradient fill. |
| | LinearGradientStroke |
The linear gradient stroke class lets you specify a gradient filled stroke. |
| | RadialGradientFill |
The radial gradient fill class lets you specify a gradient fill that
radiates out from the center of a graphical element. |
| | RadialGradientStroke |
The radial gradient stroke class lets you specify a gradient stroke that
radiates out from the center of a graphical element. |
| | SolidFill |
Solid fill defines a fill color to be applied to a graphics contex. |
| | SolidStroke |
The Stroke class defines the properties for a line. |