mxHierarchicalLayoutStage

The specific layout interface for hierarchical layouts.  It adds a <code>run</code> method with a parameter for the hierarchical layout model that is shared between the layout stages.

Summary
mxHierarchicalLayoutStageThe specific layout interface for hierarchical layouts.
Functions
mxHierarchicalLayoutStageConstructs a new hierarchical layout stage.
executeTakes the graph detail and configuration information within the facade and creates the resulting laid out graph within that facade for further use.

Functions

mxHierarchicalLayoutStage

function mxHierarchicalLayoutStage()

Constructs a new hierarchical layout stage.

execute

mxHierarchicalLayoutStage.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 mxHierarchicalLayoutStage()
Constructs a new hierarchical layout stage.
mxHierarchicalLayoutStage.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