documentationfor yFiles for HTML 3.0.0.3

Usages of ISequencer

Properties

fixedElementsSequencerin HierarchicalLayoutCoreGets or sets the ISequencer instance that calculates the sequence of the fixed nodes during the from sketch layout run.
fromScratchSequencerin HierarchicalLayoutCoreGets 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 HierarchicalLayoutCoreFactory method called during applyLayoutCore which creates a ISequencer that sequences the items that are incrementally inserted.

Implementing Types

DefaultSequencerThis class is a ISequencer implementation that performs the second phase of the Sugiyama algorithm.
FromSketchSequencerThis class calculates the sequence of the nodes within each layer using the nodes' coordinates.
GivenSequenceSequencerThis class is a ISequencer implementation that determines the sequence of nodes on the same layer based on a given comparison function.