| Package | com.zavoo.svg.nodes |
| Class | public class SVGAnimateMotionNode |
| Inheritance | SVGAnimateMotionNode SVGAnimateNode SVGNode flash.display.Sprite |
| Method | Defined by | ||
|---|---|---|---|
|
SVGAnimateMotionNode(xml:XML)
| SVGAnimateMotionNode | ||
![]() |
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 | |
![]() |
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 | |