The mx.graphics package contains drawing classes.
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. |
Class | Description | |
---|---|---|
BitmapFill | Defines a set of values used to fill an area on screen with a bitmap or other DisplayObject. | |
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. | |
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. | |
RectangularDropShadow | Drop shadows are typically created using the DropShadowFilter class. | |
RoundedRectangle | RoundedRectangle represents a Rectangle with curved corners | |
SolidColor | Defines a representation for a color, including a color and an alpha value. | |
Stroke | The Stroke class defines the properties for a line. |