DroidDiagram Programmer's Guide
Diagram.findLink Method
See Also
 






Finds the link that has the specified tag.

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

 Syntax

Java  Copy Code

public DiagramLink findLink (
    Object tag
)

 Parameters

tag

An Object to which the tag of the found link should be equal.

 Return Value

A reference to the found DiagramLink.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace