DroidDiagram Programmer's Guide
Row.getOutgoingLinks Method
See Also
 






Gets a list of all links going out of this row.

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

 Syntax

Java  Copy Code

public DiagramLinkList getOutgoingLinks ()

 Return Value

A DiagramLinkList containing the outgoing links.

 Remarks

The method returns a collection of all links that start from this table row. Use it to access the links or get their number.

 See Also

Row Members
Row Class
com.mindfusion.diagramming Namespace