DroidDiagram Programmer's Guide
CompositeNodeBuilder.anchorPattern Method
See Also
 






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

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

 Syntax

Java  Copy Code

public CompositeNodeBuilder anchorPattern (
    AnchorPattern value
)

 Parameters

value

An AnchorPattern object that defines the anchor points for this node.

 Return Value

This DiagramNodeBuilder instance.

 See Also

CompositeNodeBuilder Members
CompositeNodeBuilder Class
com.mindfusion.diagramming.builders Namespace