Search
Diagram.getLinkAt Method (Point2D, double, boolean)
See Also
 

Returns the top-most link that passes near the specified point.

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

 Syntax

Java  Copy Code

public DiagramLink getLinkAt (
    Point2D point,
    double maxDist,
    boolean exclLocked
)

 Parameters

point

Point2D object specifying where to look for a link.

maxDist

Specifies the maximum allowed distance from the point to the link.

exclLocked

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

 Return Value

The DiagramLink found at the specified position.

 See Also