Search
DiagramLink.getLabels Method
See Also
 

Returns the list of all labels displayed by this link.

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

 Syntax

Java  Copy Code

public ArrayList<LinkLabel> getLabels ()

 Return Value

An ArrayList<LinkLabel> instance.

 See Also