Implements a very fast link routing algorithm that uses a tree to represent the free and occupied regions in the diagram.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public class QuickRouter implements LinkRouter |
RemarksTo use this class for link routing, assign its instance to the LinkRouter property of the Diagram class.
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.QuickRouter
See Also