DroidDiagram Programmer's Guide
DiagramLink.intersects Method (DiagramLink)
See Also
 






Checks whether this link intersects the specified link.

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

 Syntax

Java  Copy Code

public boolean intersects (
    DiagramLink link
)

 Parameters

link

The DiagramLink object to test intersection with.

 Return Value

true if the links intersect; otherwise false.

 See Also

intersects Method Overload List
DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace