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






Returns the topmost node that lies at the specified position.

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

 Syntax

Java  Copy Code

public DiagramNode getNodeAt (
    PointF point,
    boolean excludeLocked
)

 Parameters

point

PointF object specifying where to look for a node.

excludeLocked

Specifies whether locked nodes should be excluded from the search.

 Return Value

A DiagramNode instance if a node lies at the specified location, otherwise null.

 See Also

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