Searched refs:defColStyle (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
H A D | mxGraphMlCodec.js | 1395 var defColStyle = {}; 1433 }, defColStyle); 1438 y += parseFloat(defColStyle["startSize"]); 1469 x = this.addColumn(columns[i], node, (i & 1), x, yShift, colMapping, defColStyle); 1769 …raphMlCodec.prototype.addColumn = function(column, parent, odd, x, yShift, colMapping, defColStyle) argument 1773 var colStyle = mxUtils.clone(defColStyle); 1814 subX = this.addColumn(subCol[i], cell, (i & 1), subX, yShift, colMapping, defColStyle);
|