DroidDiagram Programmer's Guide
DiagramNode.setAnchorPattern Method
See Also
 






Sets the anchor points to which link end points are aligned when links connect to this node.

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

 Syntax

Java  Copy Code

public void setAnchorPattern (
    AnchorPattern value
)

 Parameters

value

An AnchorPattern object that definesthe anchor points for this node.

 Remarks

If this property is not set for a ShapeNode, the control will use the points defined in the node's associated Shape.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace