DroidDiagram Programmer's Guide
TableNodeBuilder.connectionStyle Method
See Also
 






Sets a value indicating whether links should connect to the rows of this table or to the table as an integral entity.

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

 Syntax

Java  Copy Code

public TableNodeBuilder connectionStyle (
    TableConnectionStyle value
)

 Parameters

value

A member of the TableConnectionStyle enumeration.

 Return Value

This TableNodeBuilder instance.

 See Also

TableNodeBuilder Members
TableNodeBuilder Class
com.mindfusion.diagramming.builders Namespace