NLayeredGraphLayout Class Methods
In This Topic
For a list of all members of this type, see NLayeredGraphLayout members.
Public Methods
Protected Methods
| Name | Description |
| ArrangeGraph | Overridden. Layouts a graph to layers. |
| CreateCrossingReductor | Creates a crossing reductor that repositions the vertices in the given layers in order to minimize edge crossings. The default implementation fixes the positions of the vertices in the given first layer and repositions the vertices in the given second layer. |
| CreateEdgeBody | Overridden. Creates a new edge body. |
| CreateVertexBody | Overridden. Creates a new vertex body. |
| OnArrangingGraph | Overridden. Called before the layout of the specified graph |
| ReduceEdgeCrossings | For each pair of adjacent layers fixes the positions of the vertices in the first layer and repositions the vertices in the second one in a way that minimizes the number of edge crossings between the two layers. |
| SetPlugSpacingToInEdges | Sets plug spacing to the given incoming edges. |
| SetPlugSpacingToOutEdges | Sets plug spacing to the given outgoing edges. |
Top
See Also