Search
LinkLabel Constructor (DiagramLink, String)
See Also
 

Initializes a new instance of the LinkLabel class.

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

 Syntax

Java  Copy Code

public LinkLabel (
    DiagramLink link,
    String text
)

 Parameters

link

The DiagramLink that displays the label.

text

The label's text.

 See Also