DroidDiagram Programmer's Guide
DiagramNode.getAnchorPattern Method
See Also
 






Gets 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 AnchorPattern getAnchorPattern ()

 Return Value

An AnchorPattern object that defines the 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