Usages of ISequencer
Properties
| fixedElementsSequencer | in HierarchicalLayoutCore | Gets or sets the ISequencer instance that calculates the sequence of the fixed nodes during the from sketch layout run. | |
| fromScratchSequencer | in HierarchicalLayoutCore | Gets or sets the ISequencer instance that calculates the node sequence if the layout algorithm does not run in from sketch mode. |
Method Return Values
| createSubgraphLayerSequencer () | in HierarchicalLayoutCore | Factory method called during applyLayoutCore which creates a ISequencer that sequences the items that are incrementally inserted. |
Implementing Types
| DefaultSequencer | This class is a ISequencer implementation that performs the second phase of the Sugiyama algorithm. | |
| FromSketchSequencer | This class calculates the sequence of the nodes within each layer using the nodes' coordinates. | |
| GivenSequenceSequencer | This class is a ISequencer implementation that determines the sequence of nodes on the same layer based on a given comparison function. |