Searched refs:branchOptimizer (Results 1 – 2 of 2) sorted by relevance
24 switch(parseInt(branchOptimizer))27 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_LINEAR;31 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_HANGER2;35 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_FISHBONE1;38 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_FISHBONE2;41 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_1COLUMN_L;44 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_1COLUMN_R;47 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_SMART;50 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_HANGER4;117 RPOrgChart.branchOptimizer = branchOptimizer;[all …]
1286 …var branchOptimizer = null, parentChildSpacingVal = 20, siblingSpacingVal = 20, notExecuted = true;1294 if (typeof mxOrgChartLayout !== 'undefined' && branchOptimizer != null && notExecuted)1297 …var orgChartLayout = new mxOrgChartLayout(graph, branchOptimizer, parentChildSpacingVal, siblingSp…1386 branchOptimizer = typeSelect.value;1431 if (branchOptimizer == null)1433 branchOptimizer = 2;