DroidDiagram Programmer's Guide
Row.setAnchorPattern Method
See Also
 






Sets the AnchorPattern to whose point links should be aligned when connecting to this row.

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

 Syntax

Java  Copy Code

public void setAnchorPattern (
    AnchorPattern value
)

 Parameters

value

An AnchorPattern object defining the row's anchor points.

 Remarks

setAnchorPattern defines a set of locations where links connected to a row are allowed to connect. When a link is connected to a row, the respective end of the link is aligned to the nearest AnchorPoint assigned to that row. If a row does not have associated anchor points of the appropriate type (incoming/outgoing), the link will be connected to the nearest row that has such anchors defined. If none of the rows of a table has an associated anchor pattern, links are connected to the middle of the left or right side of the pointed row.

 See Also

Row Members
Row Class
com.mindfusion.diagramming Namespace