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






Determines whether a link intersects the specified node.

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

 Syntax

Java  Copy Code

public boolean intersects (
    DiagramNode node
)

 Parameters

node

The DiagramNode object to test intersection with.

 Return Value

true if the link intersects the specified node,otherwise false.

 See Also

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