DroidDiagram Programmer's Guide
QuickRouter Members
Constructors Methods
 


Implements a very fast link routing algorithm that uses a tree to represent the free and occupied regions in the diagram.

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

 Public Constructors

  Name Description

QuickRouter

Initializes a new instance of the QuickRouter class.

 Public Methods

  Name Description

getGranularity

Gets the granularity of the obstacles map generated by QuickRouter.

getTurnCost

Gets a value added to the total cost of a route if it makes a turn.

getUBendMaxLen

Gets the maximum U-bend length.

Resume

Implements Resume.

RouteAllLinks

Routes all links in the diagram.

RouteLink

Implements LinkRouter.RouteLink.

RouteLinks

Implements LinkRouter.RouteLinks.

setGranularity

Sets the granularity of the obstacles map generated by QuickRouter.

setTurnCost

Sets a value added to the total cost of a route if it makes a turn.

setUBendMaxLen

Sets the maximum U-bend length.

Suspend

Implements LinkRouter.Suspend.

 See Also

QuickRouter Class
com.mindfusion.diagramming Namespace