DroidDiagram Programmer's Guide
Shape.setAnchorPattern Method
See Also
 






Sets the anchor pattern to use for nodes using this shape, if their anchor pattern is set to null.

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

 Syntax

Java  Copy Code

public void setAnchorPattern (
    AnchorPattern value
)

 Parameters

value

An AnchorPattern instance.

 Remarks

If the AnchorPattern of a ShapeNode is set, it overrides the one associated with the Shape definition.

 See Also

Shape Members
Shape Class
com.mindfusion.diagramming Namespace