An implementation of the first stage of the Sugiyama layout. Straightforward longest path calculation of layer assignment
mxMinimumCycleRemover | An implementation of the first stage of the Sugiyama layout. |
Functions | |
mxMinimumCycleRemover | 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. |
mxMinimumCycleRemover.prototype.layout
Reference to the enclosing mxHierarchicalLayout.
Creates a cycle remover for the given internal model.
function mxMinimumCycleRemover( layout )
Reference to the enclosing mxHierarchicalLayout.
mxMinimumCycleRemover.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.
mxMinimumCycleRemover.prototype.execute = function( parent )