Interfaces
 InterfaceDescription
 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
 ClassDescription
 BitmapFill Defines a set of values used to fill an area on screen with a bitmap or other DisplayObject.
 BitmapFillMode The BitmapFillMode class defines an enumeration of the resize modes that determine how a BitmapImage fills in the dimensions specified by the layout system.
 BitmapScaleMode The BitmapScaleMode class defines an enumeration for the scale modes that determine how a BitmapImage scales image content when fillMode is set to mx.graphics.BitmapFillMode.SCALE.
 BitmapSmoothingQuality An enum of the smoothing quality modes that determine how a BitmapImage scales image content when fillMode is set to BitmapFillMode.SCALE and smooth is true.
 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.