documentationfor yFiles for HTML 2.6

Usages of INodeSequencer

Properties

nodeSequencerin SingleCycleLayoutGets or sets the custom INodeSequencer that will be used for determining the order of the nodes for the circle placement.

Method Return Values

create (function(Graph):INodeCursor)in INodeSequencerCreates an implementation of the interface INodeSequencer by using the given function as implementation for its nodes method.

Method Parameters

SingleCycleLayout ()in SingleCycleLayoutCreates a new SingleCycleLayout instance with default settings.

Implementing Types

NodeTypeAwareSequencerA INodeSequencer implementation that ensures that all nodes of the same node type are consecutive.