Search
Diagram.getNodesAt Method
See Also
 

Returns the nodes that contain the specified point.

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

 Syntax

Java  Copy Code

public DiagramNodeList getNodesAt (
    Point2D.Float point
)

 Parameters

point

Point2D.Float object specifying where to look for nodes.

 Return Value

A DiagramNodeList containing all nodes found at the specified position.

 See Also