A class that provides values for the
type parameter in the
beginGradientFill() and
lineGradientFill() methods of the flash.display.Graphics class.
Public Constants
| | Property | Defined by |
| | | LINEAR : String = "linear" [static]
Value used to specify a linear gradient fill.
| GradientType |
| | | RADIAL : String = "radial" [static]
Value used to specify a radial gradient fill.
| GradientType |
Public Properties
| | Property | Defined by |
| |  | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object |
| |  | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object |
Public Methods
| | Function | Defined by |
| |  |
Indicates whether an object has a specified property defined.
| Object |
| |  |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object |
| |  |
Indicates whether the specified property exists and is enumerable.
| Object |
| |  |
Sets the availability of a dynamic property for loop operations.
| Object |
| |  |
Returns the string representation of the specified object.
| Object |
| |  |
Returns the primitive value of the specified object.
| Object |
public static const LINEAR:String = "linear"
Value used to specify a linear gradient fill.
public static const RADIAL:String = "radial"
Value used to specify a radial gradient fill.
© 1996-2006 Adobe Systems Incorporated. All rights reserved.
Fri Apr 21 2006, 12:34 PDT
Current page: http://livedocs.adobe.com/labs/flashauthoringpreview/flash/display/GradientType.html