MindFusion.Java Package Programmer's Guide
CompositeRouter.getRouters Method
See Also
 






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

 Syntax

Java  Copy Code

public List<LinkRouter> getRouters ()

 Return Value

A list of objects implementing LinkRouter interface.

 Remarks

By default the list contains PatternRouter and GridRouter objects.

 See Also

CompositeRouter Members
CompositeRouter Class
com.mindfusion.diagramming Namespace