SugiyamaProcessor
Class
Sugiyama layout of a single connected graph.
The process consists of the following steps:
- layering: the longest path in the component determines the number of layers
- normalization:
- nodes ordering:
- positioning: the actual positions (or bounding rectangles) are set.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public class SugiyamaProcessor
Inheritance: objectSugiyamaProcessor
Constructors
C#
public SugiyamaProcessor()
Methods
Performs a layout pass on a connected component.
C#
public void Layout(Graph<SugiyamaData, object> graph, SugiyamaSettings layoutSettings)
The graph to rearrange.
layoutSettingsSugiyamaSettingsThe layout settings.