mxSwimlaneOrdering

An implementation of the first stage of the Sugiyama layout.  Straightforward longest path calculation of layer assignment

Summary
mxSwimlaneOrderingAn implementation of the first stage of the Sugiyama layout.
Functions
mxSwimlaneOrderingCreates a cycle remover for the given internal model.
Variables
layoutReference to the enclosing mxHierarchicalLayout.
Functions
executeTakes the graph detail and configuration information within the facade and creates the resulting laid out graph within that facade for further use.

Functions

mxSwimlaneOrdering

function mxSwimlaneOrdering(layout)

Creates a cycle remover for the given internal model.

Variables

layout

mxSwimlaneOrdering.prototype.layout

Reference to the enclosing mxHierarchicalLayout.

Functions

execute

mxSwimlaneOrdering.prototype.execute = function(parent)

Takes the graph detail and configuration information within the facade and creates the resulting laid out graph within that facade for further use.

function mxSwimlaneOrdering(layout)
Creates a cycle remover for the given internal model.
mxSwimlaneOrdering.prototype.layout
Reference to the enclosing mxHierarchicalLayout.
A hierarchical layout algorithm.
mxSwimlaneOrdering.prototype.execute = function(parent)
Takes the graph detail and configuration information within the facade and creates the resulting laid out graph within that facade for further use.
Close