Search
TableNodeBuilder.rowAnchorPattern Method
See Also
 

Sets the default row AnchorPattern. A link is aligned to the points of this pattern if the row the link connects to doesn't have an AnchorPattern defined for it.

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

 Syntax

Java  Copy Code

public TableNodeBuilder rowAnchorPattern (
    AnchorPattern value
)

 Parameters

value

An AnchorPattern object representing the set of anchor points used when connecting links to the rows of this table.

 Return Value

This TableNodeBuilder instance.

 See Also