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