DroidDiagram Programmer's Guide
Shape.getAnchorPattern Method
See Also
 






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

 Return 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