Search
Diagram.setLinkRouter Method
See Also
 

Sets the component used to find paths for auto-routed links when diagram nodes are added or their positions change.

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

 Syntax

Java  Copy Code

public void setLinkRouter (
    LinkRouter value
)

 Parameters

value
An instance of a class implementing the LinkRouter interface.

 Remarks

The default value is a CompositeRouter instance that chains PatternRouter and GridRouter.

 See Also