Search
AbstractLayout.setAnchoring Method
See Also
 

Sets how to align links to the anchor points of nodes.

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

 Syntax

Java  Copy Code

public void setAnchoring (
    Anchoring value
)

 Parameters

value

A member of the Anchoring enumeration. The default value is Ignore.

 See Also