Initializes a new instance of the SvgNode class using the specified node as a prototype.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public SvgNode ( |
The node to use as a prototype. The properties of the new node are initialized from the property values of this node
See Also