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