class %ZEN.SVGComponent.ownerDraw
extends svgComponent
Owner-draw svg component.
This is an empty SVG component whose contents are filled dynamically
by invoking a run-time callback method.
property onrender
as %ZEN.Datatype.eventHandler;
onrender event handler:
This event is fired by the render method and can supply
the content displayed by this component.
method renderContents()
[ Language = javascript ]
Render the inner SVG contents of this component.
method setProperty(property, value, value2)
[ Language = javascript ]
Set the value of a named property.