Home
last modified time | relevance | path

Searched refs:checkBounds (Results 1 – 8 of 8) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js470 if (state.text != null && state.text.checkBounds())
582 if (state.text != null && state.text.checkBounds())
588 if (state.shape != null && state.shape.checkBounds())
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2489 if (state.shape instanceof mxShape && state.shape.checkBounds())
H A DEditor.js6587 if (state.text != null && state.text.value != null && state.text.checkBounds() &&
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js253 ….prototype.drawShape=function(a,b){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),a.…
254 mxImageExport.prototype.drawText=function(a,b){null!=a.text&&a.text.checkBounds()&&(b.save(),a.text…
371 …ype.redraw=function(){this.updateBoundsFromPoints();this.visible&&this.checkBounds()?(this.node.st…
376 mxShape.prototype.checkBounds=function(){return!isNaN(this.scale)&&isFinite(this.scale)&&0<this.sca… method in mxShape
458 mxText.prototype.checkBounds=function(){return!isNaN(this.scale)&&isFinite(this.scale)&&0<this.scal… method in mxText
461 mxText.prototype.redraw=function(){if(this.visible&&this.checkBounds()&&this.cacheEnabled&&this.las…
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js457 ….prototype.drawShape=function(a,b){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),a.…
458 mxImageExport.prototype.drawText=function(a,b){null!=a.text&&a.text.checkBounds()&&(b.save(),a.text…
575 …ype.redraw=function(){this.updateBoundsFromPoints();this.visible&&this.checkBounds()?(this.node.st…
580 mxShape.prototype.checkBounds=function(){return!isNaN(this.scale)&&isFinite(this.scale)&&0<this.sca… method in mxShape
662 mxText.prototype.checkBounds=function(){return!isNaN(this.scale)&&isFinite(this.scale)&&0<this.scal… method in mxText
665 mxText.prototype.redraw=function(){if(this.visible&&this.checkBounds()&&this.cacheEnabled&&this.las…
3295 …t;b.drawText=function(b,c){if(null!=b.text&&null!=b.text.value&&b.text.checkBounds()&&(mxUtils.isN…
H A Dapp.min.js491 ….prototype.drawShape=function(a,b){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),a.…
492 mxImageExport.prototype.drawText=function(a,b){null!=a.text&&a.text.checkBounds()&&(b.save(),a.text…
609 …ype.redraw=function(){this.updateBoundsFromPoints();this.visible&&this.checkBounds()?(this.node.st…
614 mxShape.prototype.checkBounds=function(){return!isNaN(this.scale)&&isFinite(this.scale)&&0<this.sca… method in mxShape
696 mxText.prototype.checkBounds=function(){return!isNaN(this.scale)&&isFinite(this.scale)&&0<this.scal… method in mxText
699 mxText.prototype.redraw=function(){if(this.visible&&this.checkBounds()&&this.cacheEnabled&&this.las…
10627 …t;b.drawText=function(b,f){if(null!=b.text&&null!=b.text.value&&b.text.checkBounds()&&(mxUtils.isN…
11619 …geExport;E.drawShape=function(b,c){b.shape instanceof mxShape&&b.shape.checkBounds()&&(c.save(),c.…
H A Dextensions.min.js1042 …ow",g,x));k.appendChild(b("EndArrowSize",w(f),x));null!=m.text&&m.text.checkBounds()&&(F.save(),m.…
1044 …=n.view.getState(a,!0);c(H,D,d);F.newShape(D,H,d);null!=H.text&&H.text.checkBounds()&&(F.save(),H.…
1045 H.shape&&H.shape.checkBounds()&&(F.save(),H.shape.paint(F),F.restore());D.appendChild(F.getShapeGeo…
H A Dviewer-static.min.js457 ….prototype.drawShape=function(a,b){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),a.…
458 mxImageExport.prototype.drawText=function(a,b){null!=a.text&&a.text.checkBounds()&&(b.save(),a.text…
575 …ype.redraw=function(){this.updateBoundsFromPoints();this.visible&&this.checkBounds()?(this.node.st…
580 mxShape.prototype.checkBounds=function(){return!isNaN(this.scale)&&isFinite(this.scale)&&0<this.sca… method in mxShape
662 mxText.prototype.checkBounds=function(){return!isNaN(this.scale)&&isFinite(this.scale)&&0<this.scal… method in mxText
665 mxText.prototype.redraw=function(){if(this.visible&&this.checkBounds()&&this.cacheEnabled&&this.las…
3295 …t;b.drawText=function(b,c){if(null!=b.text&&null!=b.text.value&&b.text.checkBounds()&&(mxUtils.isN…