MindFusion.Java Package Programmer's Guide
LinkRouter Members
Methods
 


Defines methods that should be implemented by a link-router component. The control calls them when a new link path should be set in response to changes in the diagram, such as adding or modifying nodes.

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

 Public Methods

  Name Description

routeLink

Called when a single link must be routed.

routeLinks

Called when more than one links must be routed.

setDiagram

Sets the diagram this router is associated with.

 See Also

LinkRouter Interface
com.mindfusion.diagramming Namespace