DroidDiagram Programmer's Guide
Diagram.getLinkAt Method (Point2D, double, boolean, 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 (
    PointF point,
    double maxDist,
    boolean excludeLocked,
    boolean excludeModified
)

 Parameters

point

PointF object specifying where to look for a link.

maxDist

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

excludeLocked

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

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

 Return Value

The DiagramLink found at the specified position.

 See Also

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