Search
PatternRouter Methods
 


 Public Methods

  Name Description

getDiagram

Gets the Diagram whose links will be routed.

getMinimumDistance

Gets the minimum allowed distance from obstacles for a route to be accepted.

getObstacles

Gets a list of obstacle nodes.

getPatterns

Gets a list of RoutePattern objects representing the routing patterns.

getPreferredDistance

Gets the preferred distance from link's bend points to the link's nodes.

routeLink

Implements LinkRouter.routeLink.

routeLinks

Implements LinkRouter.routeLinks.

setDiagram

Sets the Diagram whose links will be routed.

setMinimumDistance

Sets the minimum allowed distance from obstacles for a route to be accepted.

setObstacles

Sets a list of obstacle nodes.

setPatterns

Sets a list of RoutePattern objects representing the routing patterns.

setPreferredDistance

Sets the preferred distance from link's bend points to the link's nodes.

 See Also