Package | com.zavoo.svg.nodes.mask |
Class | public class SVGMask |
Inheritance | SVGMask ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
SVGMask(clipPathNode:SVGClipPathNode)
| SVGMask | ||
getStyle(name:String):String
Override default fill and stroke styles
| SVGMask | ||
![]() |
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 |
Method | Defined by | ||
---|---|---|---|
![]() |
clearChildren():void
Remove all child nodes
| SVGNode | |
draw():void
| SVGMask | ||
![]() |
generateGraphicsCommands():void
Called to generate AS3 graphics commands from the SVG instructions
| SVGNode | |
![]() |
getAttribute(attribute:*, defaultValue:* = null):*
| SVGNode | |
![]() |
loadAttribute(name:String, field:String = null):void
Load an XML attribute into the current node
| SVGNode | |
![]() |
loadStyle(name:String, field:String = null):void
Load an SVG style into the current node
| SVGNode | |
nodeBeginFill():void
| SVGMask | ||
![]() |
nodeEndFill():void
Called at the end of drawing an SVG element
| SVGNode | |
![]() |
parse():void
Parse the SVG XML.
| SVGNode | |
![]() |
redrawNode(event:Event):void
Triggers on ENTER_FRAME event
Redraws node graphics if _invalidDisplay == true
| SVGNode | |
registerId(event:Event):void
SVGMask is a copy, do not register
| SVGMask | ||
![]() |
runGraphicsCommands():void
Execute graphics commands contained in var _graphicsCommands
| SVGNode | |
![]() |
setAttributes():void
Load attributes/styling from the XML.
| SVGNode | |
![]() |
setupFilters():void
Add any assigned filters to node
| SVGNode | |
![]() |
transformNode():void
Perform transformations defined by the transform attribute
| SVGNode |
SVGMask | () | constructor |
draw | () | method |
protected override function draw():void
getStyle | () | method |
public override function getStyle(name:String):String
Override default fill and stroke styles
Parametersname:String |
String |
nodeBeginFill | () | method |
protected override function nodeBeginFill():void
registerId | () | method |
protected override function registerId(event:Event):void
SVGMask is a copy, do not register
Parametersevent:Event |