Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js11 function mxVsdxCanvas2D() function
19 mxUtils.extend(mxVsdxCanvas2D, mxAbstractCanvas2D);
27 mxVsdxCanvas2D.prototype.textEnabled = true; class
34 mxVsdxCanvas2D.prototype.init = function (zip)
45 mxVsdxCanvas2D.prototype.onFilesLoaded = function ()
127 mxVsdxCanvas2D.prototype.endShape = function ()
141 mxVsdxCanvas2D.prototype.newPage = function ()
222 mxVsdxCanvas2D.prototype.begin = function()
434 mxVsdxCanvas2D.prototype.close = function()
1134 mxVsdxCanvas2D.prototype.stroke = function()
[all …]
H A DVsdxExport.js8 var vsdxCanvas = new mxVsdxCanvas2D();
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1057mxVsdxCanvas2D(){mxAbstractCanvas2D.call(this)}mxUtils.extend(mxVsdxCanvas2D,mxAbstractCanvas2D);m… function
1058 mxVsdxCanvas2D.prototype.createGeoSec=function(){null!=this.geoSec&&this.shape.appendChild(this.geo…
1059 mxVsdxCanvas2D.prototype.newEdge=function(f,m,e){this.shape=f;this.cellState=m;this.xmGeo=m.cellBou…
1060 mxVsdxCanvas2D.prototype.createCellElemScaled=function(f,m,e){return this.createCellElem(f,m/VsdxEx…
1063 return y};mxVsdxCanvas2D.prototype.begin=function(){1<this.geoStepIndex&&this.createGeoSec()};
1065 …appendChild(this.createRowScaled("LineTo",this.geoStepIndex++,f,m))};mxVsdxCanvas2D.prototype.roun…
1067 mxVsdxCanvas2D.prototype.moveTo=function(f,m){1<this.geoStepIndex&&this.createGeoSec();this.lastMov…
1068 mxVsdxCanvas2D.prototype.lineTo=function(f,m){this.lastX=f;this.lastY=m;var e=this.xmGeo,q=this.sta…
1069 mxVsdxCanvas2D.prototype.quadTo=function(f,m,e,q){this.lastX=e;this.lastY=q;var k=this.state,d=this…
1071 mxVsdxCanvas2D.prototype.close=function(){this.lastMoveToX==this.lastX&&this.lastMoveToY==this.last…
[all …]