| | Property | Defined By |
|---|
| |  | alpha : Number [override] [write-only]
Sets minimum scale of the display object in pixels
| ElementFactory |
| |  | bottom : Number | ElementFactory |
| |  | class_ : String
Object's css class;
| ElementFactory |
| |  | className : String | ElementFactory |
| |  | cmlIndex : int | ElementFactory |
| |  | color : uint
Sets fill color when fill type is color
| GraphicFactory |
| |  | cornerHeight : Number
Sets the height of the ellipse that is used to round the rectangle. | GraphicFactory |
| |  | cornerWidth : Number
Sets the width of the ellipse that is used to round the rectangle. | GraphicFactory |
| |  | debugStyle : * | ElementFactory |
| |  | displayEvents : String
Use for dispatch completes. | ElementFactory |
| |  | fill : String
Sets fill type, choose: color, gradient
todo: implement shader and bitmap fills
| GraphicFactory |
| |  | fillAlpha : Number
Sets fill alpha when fill type is color
| GraphicFactory |
| |  | fixedScale : Boolean | ElementFactory |
| |  | gradientAlphas : String
Sets gradient alphas when fill type is gradient
Alpha values corespond to the colors in the gradientColors array
Ordered list, max 12 (ex: 1, 1, 1)
| GraphicFactory |
| |  | gradientColors : String
Sets gradient colors when fill type is gradient
Ordered list, max 12 (ex: 0x000000, 0x555555, 0xFFFFFF)
| GraphicFactory |
| |  | gradientFocalPointRatio : Number
A number that controls the location of the focal point of the gradient. | GraphicFactory |
| |  | gradientHeight : Number
The height (in pixels) to which the gradient will spread. | GraphicFactory |
| |  | gradientInterpolation : String
Specifies which interpolation value to use: RGB or linearRGB
| GraphicFactory |
| |  | gradientRatios : String
Color distribution ratios; valid values are 0-255. | GraphicFactory |
| |  | gradientRotation : Number
Sets the rotation (in degrees) that will be applied to the gradient. | GraphicFactory |
| |  | gradientSpread : String
Specifies which gradient spread method to use. | GraphicFactory |
| |  | gradientType : String
Sets gradient type when fill type is gradient. | GraphicFactory |
| |  | gradientWidth : Number
Sets the width (in pixels) to which the gradient will spread. | GraphicFactory |
| |  | gradientX : Number
Sets how far (in pixels) the gradient is shifted horizontally. | GraphicFactory |
| |  | gradientY : Number
Sets how far (in pixels) the gradient is shifted vertically. | GraphicFactory |
| |  | height : Number [override]
Sets graphics with
| GraphicFactory |
| |  | heightPercent : String | ElementFactory |
| |  | horizontalCenter : Number | ElementFactory |
| |  | id : String | ElementFactory |
| |  | index : int | ElementFactory |
| |  | left : Number | ElementFactory |
| |  | line : String
Sets line type, choose: color, gradient
todo: implement shader and bitmap lines
| GraphicFactory |
| |  | lineAlpha : Number
Sets the alpha of the line
| GraphicFactory |
| |  | lineCaps : String
Specifies the type of cap on the line ends
Choose: none, round, or square
| GraphicFactory |
| |  | lineColor : uint
Sets the color of the line
Line type must be color
| GraphicFactory |
| |  | lineGradientAlphas : String
Sets lineGradient alphas when line type is gradient
Alpha values corespond to the colors in the gradient color list
Ordered list, max 12 (ex: 1, 1, 1)
| GraphicFactory |
| |  | lineGradientColors : String
Sets lineGradient colors when line type is gradient
Ordered list, max 12 (ex: 0x000000, 0x555555, 0xFFFFFF)
| GraphicFactory |
| |  | lineGradientFocalPointRatio : Number
A number that controls the location of the focal point of the lineGradient. | GraphicFactory |
| |  | lineGradientHeight : Number
The height (in pixels) to which the gradient will spread. | GraphicFactory |
| |  | lineGradientInterpolation : String
Specifies which interpolation value to use: RGB or linearRGB
| GraphicFactory |
| |  | lineGradientRatios : String
Color distribution ratios; valid values are 0-255. | GraphicFactory |
| |  | lineGradientRotation : Number
Sets the rotation (in degrees) that will be applied to the gradient. | GraphicFactory |
| |  | lineGradientSpread : String
Specifies which gradient spread method to use. | GraphicFactory |
| |  | lineGradientType : String
Sets lineGradient type when line type is gradient. | GraphicFactory |
| |  | lineGradientWidth : Number
Sets the width (in pixels) to which the gradient will spread. | GraphicFactory |
| |  | lineGradientX : Number
Sets how far (in pixels) the gradient is shifted horizontally. | GraphicFactory |
| |  | lineGradientY : Number
Sets how far (in pixels) the gradient is shifted vertically. | GraphicFactory |
| |  | lineJoints : String
Specifies the type of joint on the line ends
Choose: miter, round, or bevel
| GraphicFactory |
| |  | lineMiterLimit : Number
Specifies the limit at which the miter is cut off
| GraphicFactory |
| |  | linePixelHinting : Boolean
Specifies whether to hint strokes to full pixels. | GraphicFactory |
| |  | lineScaleMode : String
Specifies how the line stroke size changes when graphic is scaled
Choose: normal, none, or vertical
normal - Always scale the line thickness when the object is scaled (the default). | GraphicFactory |
| |  | lineStroke : Number
Sets the width of the line stroke (in pixels)
| GraphicFactory |
| |  | maxScale : Number
Sets maximum scale of the display object in pixels
| ElementFactory |
| |  | minScale : Number
Sets minimum scale of the display object in pixels
| ElementFactory |
| |  | propertyStates : Array | ElementFactory |
| |  | radius : Number
Sets radius (in pixels) of circle. | GraphicFactory |
| |  | right : Number | ElementFactory |
| |  | scale : Number
Scales display object
| ElementFactory |
| |  | scaleX : Number [override]
Sets width of the display object in pixels
| ElementFactory |
| |  | scaleY : Number [override]
Sets width of the display object in pixels
| ElementFactory |
| |  | shape : String
Sets predefined shape type. | GraphicFactory |
| |  | top : Number | ElementFactory |
| |  | verticalCenter : Number | ElementFactory |
| |  | width : Number [override]
Sets graphics with
| GraphicFactory |
| |  | widthPercent : String | ElementFactory |