DroidDiagram Programmer's Guide
Diagram.getNodeAt Method (Point2D, boolean, boolean)
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,
    boolean excludeLocked,
    boolean excludeSelected
)

 Parameters

point

PointF object specifying where to look for a node.

excludeLocked

true if locked items should be excluded from the search, otherwise false.

excludeSelected

true if selected items should be excluded from the search, otherwise false.

 Return Value

The DiagramNode found at the specified position.

 See Also

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