DroidDiagram Programmer's Guide
TableConnectionStyle Enumeration
See Also
 






The members of this enumeration specify whether links drawn by users are connected to tables rows, to tables as integral nodes, or both. They can be used as parameters of the setConnectionStyle method of the TableNode class.

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

 Syntax

Java  Copy Code

public enum TableConnectionStyle

 Members

  Member name Description

Both

Support both modes.

Rows

Connect links to individual rows of the table.

Table

Connect links to the table as an integral node.

 See Also

com.mindfusion.diagramming Namespace