Usages of ILayerAssigner
Properties
singleComponentLayerAssigner | in AspectRatioComponentLayerAssigner | Gets or sets the delegate ILayerAssigner instance. | |
fixedElementsLayerAssigner | in HierarchicalLayoutCore | Gets or sets the ILayerAssigner instance that obtains the layering for fixed nodes during the from sketch layout. | |
fromScratchLayerAssigner | in HierarchicalLayoutCore | Gets or sets the ILayerAssigner instance that obtains the layering for the nodes if the layout algorithm does not run in from sketch mode. | |
singleComponentLayerAssigner | in MultiComponentLayerAssigner | Gets or sets the delegate ILayerAssigner instance. |
Method Return Values
createIncrementalLayerAssigner () | in HierarchicalLayoutCore | Factory method called during applyLayoutCore and creates an appropriate ILayerAssigner implementation. |
Method Parameters
layerAssignment (LayoutGraph, ILayerAssigner, IMapper<LayoutNode,number>) | in LayoutGraphAlgorithms | Calculates an assignment of the graph nodes to layers, using the specified layering algorithm. | |
AspectRatioComponentLayerAssigner (ILayerAssigner, ) | in AspectRatioComponentLayerAssigner | Creates a new instance of AspectRatioComponentLayerAssigner using the given delegate ILayerAssigner instance. | |
ConstraintIncrementalLayerAssigner (ILayerAssigner, ) | in ConstraintIncrementalLayerAssigner | Creates a new ConstraintIncrementalLayerAssigner with the given ILayerAssigner instance as its core layerer. | |
MultiComponentLayerAssigner (ILayerAssigner, ) | in MultiComponentLayerAssigner | Creates a new instance of MultiComponentLayerAssigner. |
Implementing Types
AspectRatioComponentLayerAssigner | This class is a wrapper ILayerAssigner implementation that delegates the actual layering to a delegate ILayerAssigner object. | |
BfsLayerAssigner | BfsLayerAssigner uses a breadth-first search for assigning layers to the nodes. | |
ConstraintIncrementalLayerAssigner | This class is an ILayerAssigner implementation that observes relative and absolute layering constraints defined by layerConstraints or LayoutGraphLayerConstraints | |
FromSketchLayerAssigner | FromSketchLayerAssigner assigns nodes to layers by analyzing already existing node coordinates. | |
GivenLayersAssigner | This layering algorithm implementation assigns nodes to layers given a mapping of nodes to layer indices. | |
MultiComponentLayerAssigner | This class is a wrapper ILayerAssigner implementation that delegates the actual layering to a delegate ILayerAssigner. | |
TopologicalLayerAssigner | This class implements the layering phase of the HierarchicalLayout (i.e., assignment of the nodes to layers). | |
WeightedLayerAssigner | This class implements the layering phase of the HierarchicalLayout (i.e., the assignment of the nodes to layers). |