Search
NodeLabel Constructor (DiagramNode, String)
See Also
 

Initializes a new instance of the NodeLabel class.

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

 Syntax

Java  Copy Code

public NodeLabel (
    DiagramNode node,
    String text
)

 Parameters

node

The DiagramNode that displays the label.

text

The label's text.

 See Also