An implementation of the first stage of the Sugiyama layout. Straightforward longest path calculation of layer assignment
mxSwimlaneOrdering | An implementation of the first stage of the Sugiyama layout. |
Functions | |
mxSwimlaneOrdering | Creates a cycle remover for the given internal model. |
Variables | |
layout | Reference to the enclosing mxHierarchicalLayout. |
Functions | |
execute | Takes the graph detail and configuration information within the facade and creates the resulting laid out graph within that facade for further use. |
mxSwimlaneOrdering.prototype.layout
Reference to the enclosing mxHierarchicalLayout.
Creates a cycle remover for the given internal model.
function mxSwimlaneOrdering( layout )
Reference to the enclosing mxHierarchicalLayout.
mxSwimlaneOrdering.prototype.layout
Takes the graph detail and configuration information within the facade and creates the resulting laid out graph within that facade for further use.
mxSwimlaneOrdering.prototype.execute = function( parent )