MindFusion.Java Package Programmer's Guide
ControlNode Constructor (ControlNode)
See Also
 






Initializes a new instance of the ControlNode class using the specified control node as a prototype.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public ControlNode (
    ControlNode prototype
)

 Parameters

prototype

The node to use as a prototype. The properties of the new node are initialized from the property values of this node.

 See Also

ControlNode Constructor Overload List
ControlNode Class
com.mindfusion.diagramming Namespace