Home
last modified time | relevance | path

Searched refs:colStartSize (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1564 var colStartSize = parseFloat(tmpMap["colHHeight"]);
1568 colStartSize = Math.max(colStartSize,
1574 this.addTbl2Rows(node, rows, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap);
1575 this.addTbl2Cols(node, cols, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap);
1579 this.addTbl2Cols(node, cols, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap);
1580 this.addTbl2Rows(node, rows, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap);
1617 mxGraphMlCodec.prototype.addTbl2Rows = function(node, rows, th, tw, rowStartSize, colStartSize, att… argument
1619 var y = th + colStartSize;
1648 var dh = (isBPMN && i == 0)? colStartSize : 0 ;
1660 mxGraphMlCodec.prototype.addTbl2Cols = function(node, cols, th, tw, rowStartSize, colStartSize, att… argument
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js7230 var colStartSize = p.TitleHeight * scale || 25;
7238 var colStartSize = p.PrimaryLaneTitleHeight * scale || 25;
7254 h = h * scale + colStartSize;
7265 …var rows = new mxCell('', new mxGeometry(0, colStartSize, w, h - colStartSize), contStyle + 'horiz…
7311 …;container=1;connectable=0;collapsible=0;dropTarget=0;fontStyle=0;startSize=' + colStartSize + ';';