Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js147 function createCellElemScaled(name, val, xmlDoc, formula) function
168 row.appendChild(createCellElemScaled("X", x, xmlDoc));
169 row.appendChild(createCellElemScaled("Y", y, xmlDoc));
351 shape.appendChild(createCellElemScaled("Width", geo.width, xmlDoc));
352 shape.appendChild(createCellElemScaled("Height", geo.height, xmlDoc));
353 shape.appendChild(createCellElemScaled("LocPinX", hw, xmlDoc));
354 shape.appendChild(createCellElemScaled("LocPinY", hh, xmlDoc));
417 shape.appendChild(createCellElemScaled("Width", bounds.width, xmlDoc));
418 shape.appendChild(createCellElemScaled("Height", bounds.height, xmlDoc));
419 shape.appendChild(createCellElemScaled("LocPinX", hw, xmlDoc));
[all …]
H A 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));
1068 this.shape.appendChild(this.createCellElemScaled("TxtPinX", x));
1069 this.shape.appendChild(this.createCellElemScaled("TxtPinY", y));
1070 this.shape.appendChild(this.createCellElemScaled("TxtWidth", w));
1071 this.shape.appendChild(this.createCellElemScaled("TxtHeight", h));
[all …]
/plugin/diagramsnet/lib/js/
H A 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));…