DroidDiagram Programmer's Guide
Diagram.getNodeAt Method (Point2D)
See Also
 






Returns the top-most node that contains the specified point.

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

 Syntax

Java  Copy Code

public DiagramNode getNodeAt (
    PointF point
)

 Parameters

point

PointF object specifying where to look for a node.

 Return Value

The DiagramNode found at the specified position.

 See Also

getNodeAt Method Overload List
Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace