The mx.graphics package contains drawing classes.
Interfaces
| | Interface | Description |
|---|
| | IFill |
Defines the interface that classes
that perform a fill must implement. |
| | IStroke |
Defines the interface that classes that define a line must implement. |
Classes
| | Class | Description |
|---|
| | BitmapFill |
Defines a set of values used to fill an area on screen
with a bitmap or other DisplayObject. |
| | BitmapFillMode |
An enum of the resize modes that determine how a BitmapImage
fills in the dimensions specified by the layout system. |
| | GradientBase |
The GradientBase class is the base class for
LinearGradient, LinearGradientStroke, and RadialGradient. |
| | GradientEntry |
The GradientEntry class defines the objects
that control a transition as part of a gradient fill. |
| | GradientStroke |
The GradientStroke class lets you specify a gradient filled stroke. |
| | ImageSnapshot |
A helper class used to capture a snapshot of any Flash component
that implements flash.display.IBitmapDrawable,
including Flex UIComponents. |
| | LinearGradient |
The LinearGradient class lets you specify the fill of a graphical element,
where a gradient specifies a gradual color transition in the fill color. |
| | LinearGradientStroke |
The LinearGradientStroke class lets you specify a gradient filled stroke. |
| | RadialGradient |
The RadialGradient class lets you specify a gradual color transition
in the fill color. |
| | RadialGradientStroke |
The RadialGradientStroke class lets you specify a gradient filled stroke. |
| | RectangularDropShadow |
Drop shadows are typically created using the DropShadowFilter class. |
| | SolidColor |
Defines a representation for a color,
including a color and an alpha value. |
| | SolidColorStroke |
The SolidColorStroke class defines the properties for a line. |
| | Stroke |
The Stroke class defines the properties for a line. |
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:26 AM -07:00