| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--mx.skins.halo.Defaults
Field Summary | ||
| beginFill: Function | ||
| beginGradientFill: Function | ||
| static | classConstructed | |
| static | CSSStyleDeclarationDependency | |
| curveTo: Function | ||
| endFill: Function | ||
| lineTo: Function | ||
| moveTo: Function | ||
| static | UIObjectDependency | |
| static | UIObjectExtensionsDependency | |
| ||
Method Summary | ||
| static | classConstruct ( ): Boolean | |
| drawRoundRect ( x, y, w, h, r, c, alpha, rot, gradient, ratios ) | ||
| drawRoundRect x - x position of fill y - y position of fill w - width of fill h - height of fill r - corner radius of fill :: number or object {br:#,bl:#,tl:#,tr:#} c - hex color of fill :: number or array [0x######,0x######] alpha - alpha value of fill :: number or array [0x######,0x######] rot - rotation of fill :: number or matrix object {matrixType:"box",x:#,y:#,w:#,h:#,r:(#*(Math.PI/180))} gradient - type of gradient "linear" or "radial" ratios - (optional :: default [0,255]) - specifies the distribution of colors :: array [#,#]; | ||
| static | setThemeDefaults ( ): Void | |
| ||
| var beginFill: Function |
| var beginGradientFill: Function |
| static var classConstructed |
| static var CSSStyleDeclarationDependency |
| var curveTo: Function |
| var endFill: Function |
| var lineTo: Function |
| var moveTo: Function |
| static var UIObjectDependency |
| static var UIObjectExtensionsDependency |
|
|
| drawRoundRect x - x position of fill y - y position of fill w - width of fill h - height of fill r - corner radius of fill :: number or object {br:#,bl:#,tl:#,tr:#} c - hex color of fill :: number or array [0x######,0x######] alpha - alpha value of fill :: number or array [0x######,0x######] rot - rotation of fill :: number or matrix object {matrixType:"box",x:#,y:#,w:#,h:#,r:(#*(Math.PI/180))} gradient - type of gradient "linear" or "radial" ratios - (optional :: default [0,255]) - specifies the distribution of colors :: array [#,#]; |
|