DroidDiagram Programmer's Guide
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

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace
getText Method
addLabel Method
removeLabel Method
labelFromPoint Method