Home
last modified time | relevance | path

Searched refs:createCellElemScaled (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
DVsdxExport.js147 function createCellElemScaled(name, val, xmlDoc, formula) function in VsdxExport
168 row.appendChild(createCellElemScaled("X", x, xmlDoc));
169 row.appendChild(createCellElemScaled("Y", y, xmlDoc));
220 if (strokeW) shape.appendChild(createCellElemScaled("LineWeight", strokeW, xmlDoc));
329 …if (rounded == 1) shape.appendChild(createCellElemScaled("Rounding", state.cell.geometry.width*0.1…
349 …shape.appendChild(createCellElemScaled("PinX", geo.x + hw + (isChild? 0 : vsdxCanvas.shiftX), xmlD…
350 …shape.appendChild(createCellElemScaled("PinY", parentHeight - geo.y - hh - (isChild? 0 : vsdxCanva…
351 shape.appendChild(createCellElemScaled("Width", geo.width, xmlDoc));
352 shape.appendChild(createCellElemScaled("Height", geo.height, xmlDoc));
353 shape.appendChild(createCellElemScaled("LocPinX", hw, xmlDoc));
[all …]
DmxVsdxCanvas2D.js171 mxVsdxCanvas2D.prototype.createCellElemScaled = function (name, val, formula) method in mxVsdxCanvas2D
260 this.shape.appendChild(this.createCellElemScaled("Rounding", dx));
648 this.shape.appendChild(this.createCellElemScaled("ImgOffsetX", x));
649 this.shape.appendChild(this.createCellElemScaled("ImgOffsetY", y - h));
650 this.shape.appendChild(this.createCellElemScaled("ImgWidth", w));
651 this.shape.appendChild(this.createCellElemScaled("ImgHeight", h));
821 …if (fontSize) charRow.appendChild(that.createCellElemScaled("Size", fontSize * 0.97)); //the magic…
1068 this.shape.appendChild(this.createCellElemScaled("TxtPinX", x));
1069 this.shape.appendChild(this.createCellElemScaled("TxtPinY", y));
1070 this.shape.appendChild(this.createCellElemScaled("TxtWidth", w));
[all …]
/plugin/diagramsnet/lib/js/
Dextensions.min.js1060 mxVsdxCanvas2D.prototype.createCellElemScaled=function(f,m,e){return this.createCellElem(f,m/VsdxEx… method in mxVsdxCanvas2D
1065 …ction(f,m,e,q,k,d){this.rect(f,m,e,q);this.shape.appendChild(this.createCellElemScaled("Rounding",…
1076createCellElemScaled("ImgOffsetX",f));this.shape.appendChild(this.createCellElemScaled("ImgOffsetY…
1079 …ndChild(A.createCellElem("Color",b.fontColor));f&&k.appendChild(A.createCellElemScaled("Size",.97*…
1086createCellElemScaled("TxtPinX",f));this.shape.appendChild(this.createCellElemScaled("TxtPinY",m));…