DroidDiagram Programmer's Guide
TableNode.setRowAnchorPattern 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
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setRowAnchorPattern (
    AnchorPattern value
)

 Parameters

value

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

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace