Search
Router Members
Constructors Properties Methods
 


Implements a simple link routing algorithm that pulls link segments out of nodes they would overlap.

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

 Public Constructors

  Name Description

Router

Initializes a new instance of the Router class.

 Public Properties

  Name Description

avoidOverlaps

Gets or sets a value indicating whether to avoid overlapping links.

 Public Methods

  Name Description

route

Called when a single link must be routed.

routeInternal

Calculates actual route and returns it as an array of points.

routeLinks

Called when more than one link must be routed.

 See Also