Search
NodeLabel.clone Method
See Also
 

Creates a clone of this label.

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

 Syntax

Java  Copy Code

public NodeLabel clone ()

 Return Value

A new NodeLabel instance that is an exact copy of this label.

 See Also