MindFusion.Java Package 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 (
    Point2D point,
    boolean excludeLocked
)

 Parameters

point

Point2D 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