| Package | com.zavoo.svg.nodes |
| Class | public class SVGMaskNode |
| Inheritance | SVGMaskNode SVGNode flash.display.Sprite |
| Method | Defined by | ||
|---|---|---|---|
|
SVGMaskNode(xml:XML)
| SVGMaskNode | ||
![]() |
addChild(child:DisplayObject):DisplayObject
Track nodes as they are added so we know when to send the RENDER_DONE event
| SVGNode | |
![]() |
getAttribute(attribute:*, defaultValue:* = null):*
| SVGNode | |
![]() |
getHeight():Number
Get height calculated from _minY and _maxY
| SVGNode | |
![]() |
getStyle(name:String):String
Get a node style (ex: fill, stroke, etc..)
Also checks parent nodes for the value if it is not set in the current node.
| SVGNode | |
![]() |
getWidth():Number
Get width calculated from _minX and _maxX
| SVGNode | |
![]() |
invalidateDisplay():void
Force a redraw of a node and its children
| SVGNode | |
![]() |
setStyle(name:String, value:String):void
Set node style to new value
Updates SVG XML and then calls refreshGraphis()
| SVGNode | |