I

ISeriesParallelLayoutPortAssigner

A ISeriesParallelLayoutPortAssigner is used by SeriesParallelLayout for determining the locations of the edges' ports at their incident nodes.
Inheritance Hierarchy

Members

No filters for this type

Methods

Assigns both the incoming edges' target ports as well as all source ports for the outgoing edges.

Outgoing edges are sorted according to the specified out-edge comparator from left to right and incoming edges are in the order of the subgraphs they are coming from.

This method is called by SeriesParallelLayout before the actual layout of the graph takes place.

abstract

Parameters

graph: LayoutGraph
the graph instance the node is part of
node: LayoutNode
the node whose incident edges' ports are assigned

See Also

API
childOrder