This class is used by
HierarchicLayouter
during the various
phases to associate swim lanes with each node.
Namespace: yWorks.yFiles.Layout.Hierarchic.IncrementalAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class SwimLaneDescriptor : IComparable |
| Visual Basic |
|---|
Public Class SwimLaneDescriptor _ Implements IComparable |
Remarks
This class is used by
HierarchicLayouter
during the various
phases to associate swim lanes with each node.
Each node should be associated with a SwimLaneDescriptor instance;
nodes in the same lane may share one instance.
The results of the calculation of the geometry of the swim lanes will be placed into the instances of this class after the layout.
It can be bound to the layout algorithm using the SwimlaneDescriptorDpKeyIDataProvider key.
This class is designed as a class to allow for future additions of new getter methods.
The results of the calculation of the geometry of the swim lanes will be placed into the instances of this class after the layout.
It can be bound to the layout algorithm using the SwimlaneDescriptorDpKeyIDataProvider key.
This class is designed as a class to allow for future additions of new getter methods.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Layout.Hierarchic.Incremental..::..SwimLaneDescriptor
yWorks.yFiles.Layout.Hierarchic.Incremental..::..SwimLaneDescriptor