Returns the topmost node that lies at the specified position.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public DiagramNode getNodeAt ( |
A Point2D object specifying where to look for a node.
Specifies whether locked nodes should be excluded from the search.
A DiagramNode instance if a node lies at the specified location, otherwise null.
See Also