Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
1335e0c438
commit
5e4b093a49
|
@ -0,0 +1,25 @@
|
||||||
|
/**
|
||||||
|
* Copyright (c) 2006-2015, JGraph Ltd
|
||||||
|
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* Class: 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.
|
||||||
|
*
|
||||||
|
* Constructor: mxHierarchicalLayoutStage
|
||||||
|
*
|
||||||
|
* Constructs a new hierarchical layout stage.
|
||||||
|
*/
|
||||||
|
function mxHierarchicalLayoutStage() { };
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Function: execute
|
||||||
|
*
|
||||||
|
* Takes the graph detail and configuration information within the facade
|
||||||
|
* and creates the resulting laid out graph within that facade for further
|
||||||
|
* use.
|
||||||
|
*/
|
||||||
|
mxHierarchicalLayoutStage.prototype.execute = function(parent) { };
|
Loading…
Reference in New Issue
Block a user