DroidDiagram Programmer's Guide
Diagram.getNodesAt Method
See Also
 






Returns the nodes that contain the specified point.

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

 Syntax

Java  Copy Code

public DiagramNodeList getNodesAt (
    PointF point
)

 Parameters

point

PointF object specifying where to look for nodes.

 Return Value

A DiagramNodeList containing all nodes found at the specified position.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace