DroidDiagram Programmer's Guide
Diagram.findNodeById Method
See Also
 






Finds the node that has the specified id value.

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

 Syntax

Java  Copy Code

public DiagramNode findNodeById (
    Object id
)

 Parameters

id

An Object to which the id 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