Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1556 var rowStartSize = parseFloat(tmpMap["rowHWidth"]);
1560 rowStartSize = Math.max(rowStartSize,
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
1629 "startSize": rowStartSize,
1660 mxGraphMlCodec.prototype.addTbl2Cols = function(node, cols, th, tw, rowStartSize, colStartSize, att… argument
1662 var x = rowStartSize + tw;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js7231 var rowStartSize = p.TitleWidth * scale || 25;
7237 var rowStartSize = p.SecondaryLaneTitleHeight * scale || 25;
7253 w = w * scale + rowStartSize;
7267 var cols = new mxCell('', new mxGeometry(rowStartSize, 0, w - rowStartSize, h), contStyle);
7274 …connectable=0;collapsible=0;dropTarget=0;horizontal=0;fontStyle=0;startSize=' + rowStartSize + ';';