Implements a link routing algorithm that uses a grid to represent the free and occupied regions in the diagram.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public class GridRouter implements LinkRouter |
RemarksTo use this class for link routing, assign its instance to the LinkRouter property of the Diagram class. It is based on heuristic algorithm whose parameters can be customized via RoutingOptions.
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.GridRouter
See Also