MindFusion.Java Package Programmer's Guide
CompositeRouter Members
Constructors Methods
 


Implements a chain of link routers (objects implementing LinkRouter interface) so that a link passes through the sequence until it gets routed successfully.

The following tables list the members exposed by the CompositeRouter type.

 Public Constructors

  Name Description

CompositeRouter

Overloaded.  

 Public Methods

  Name Description

getDiagram

Gets the Diagram whose links will be routed.

getRouters

Gets a list of router objects forming a chain through which links pass until they are routed successfully.

routeLink

Implements LinkRouter.routeLink.

routeLinks

Implements LinkRouter.routeLinks.

setDiagram

Sets the Diagram whose links will be routed.

setRouters

Sets a list of router objects forming a chain through which links pass until they are routed successfully.

 See Also

CompositeRouter Class
com.mindfusion.diagramming Namespace