DroidDiagram Programmer's Guide
NodeListView.getNodeAt Method
See Also
 






Gets the node at the specified position.

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

 Syntax

Java  Copy Code

public DiagramNode getNodeAt (
    int index
)

 Parameters

index

An integer value specifying the node's index in the list.

 Return Value

The DiagramNode at the specified position.

 See Also

NodeListView Members
NodeListView Class
com.mindfusion.diagramming Namespace