Gets a list of router objects forming a chain through which links pass until they are routed successfully.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public List<LinkRouter> getRouters () |
A list of objects implementing LinkRouter interface.
RemarksBy default the list contains PatternRouter and GridRouter objects.
See Also