DroidDiagram Programmer's Guide
Diagram.findNode Method
See Also
 






Finds the node that has the specified tag.

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

 Syntax

Java  Copy Code

public DiagramNode findNode (
    Object tag
)

 Parameters

tag

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

 Return Value

A reference to the found DiagramNode.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace