Searched refs:currentTranslate (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 1257 this.currentTranslate = new mxPoint(0, 0); 2168 Graph.prototype.currentTranslate = new mxPoint(0, 0); method in Graph 2376 x = x / this.currentScale - this.currentTranslate.x; 2377 y = y / this.currentScale - this.currentTranslate.y; 2523 var t = this.currentTranslate; 2560 var t = this.graph.currentTranslate; 2599 this.graph.currentTranslate.x = this.translate.x; 2600 this.graph.currentTranslate.y = this.translate.y; 2614 this.translate.x = this.graph.currentTranslate.x; 2615 this.translate.y = this.graph.currentTranslate.y; [all …]
|
H A D | Editor.js | 448 this.graph.currentTranslate.x = 0; 449 this.graph.currentTranslate.y = 0;
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 8088 var prevTranslate = thisGraph.currentTranslate; 8096 thisGraph.currentTranslate = new mxPoint(0,0); 8315 thisGraph.currentTranslate = prevTranslate;
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2053 …ype.pageFormat;this.graph.currentScale=1;this.graph.currentTranslate.x=0;this.graph.currentTransla… 2345 …tate&&this.isCellLocked(b.getCell())&&(b.state=null);return b}}this.currentTranslate=new mxPoint(0… 2370 ….useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.currentTranslate=new mxPoint(0… method in Graph 2374 …seCssTransforms&&(b=b/this.currentScale-this.currentTranslate.x,d=d/this.currentScale-this.current… 2377 …unction(c){if(this.useCssTransforms){var d=this.currentScale,f=this.currentTranslate;c=new mxRecta… 2378 … b=this.graphBounds;if(this.graph.useCssTransforms)var d=this.graph.currentTranslate,f=this.graph.… 2379 …currentTranslate.x=this.translate.x,this.graph.currentTranslate.y=this.translate.y,this.scale=1,th… 2381 …"+f+","+f+")translate("+Math.round(100*this.currentTranslate.x)/100+","+Math.round(100*this.curren… 2382 …te;b&&(this.scale=this.graph.currentScale,this.translate=this.graph.currentTranslate);g.apply(this… 3332 …nsforms,m=d.currentTranslate,k=d.currentScale,n=d.view.translate,q=d.view.scale;d.useCssTransforms… [all …]
|
H A D | viewer-static.min.js | 2053 …ype.pageFormat;this.graph.currentScale=1;this.graph.currentTranslate.x=0;this.graph.currentTransla… 2345 …tate&&this.isCellLocked(b.getCell())&&(b.state=null);return b}}this.currentTranslate=new mxPoint(0… 2370 ….useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.currentTranslate=new mxPoint(0… method in Graph 2374 …seCssTransforms&&(b=b/this.currentScale-this.currentTranslate.x,d=d/this.currentScale-this.current… 2377 …unction(c){if(this.useCssTransforms){var d=this.currentScale,f=this.currentTranslate;c=new mxRecta… 2378 … b=this.graphBounds;if(this.graph.useCssTransforms)var d=this.graph.currentTranslate,f=this.graph.… 2379 …currentTranslate.x=this.translate.x,this.graph.currentTranslate.y=this.translate.y,this.scale=1,th… 2381 …"+f+","+f+")translate("+Math.round(100*this.currentTranslate.x)/100+","+Math.round(100*this.curren… 2382 …te;b&&(this.scale=this.graph.currentScale,this.translate=this.graph.currentTranslate);g.apply(this… 3332 …nsforms,m=d.currentTranslate,k=d.currentScale,n=d.view.translate,q=d.view.scale;d.useCssTransforms… [all …]
|
H A D | app.min.js | 2087 …ype.pageFormat;this.graph.currentScale=1;this.graph.currentTranslate.x=0;this.graph.currentTransla… 2594 …tate&&this.isCellLocked(a.getCell())&&(a.state=null);return a}}this.currentTranslate=new mxPoint(0… 2619 ….useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.currentTranslate=new mxPoint(0… method in Graph 2623 …seCssTransforms&&(a=a/this.currentScale-this.currentTranslate.x,b=b/this.currentScale-this.current… 2626 …unction(b){if(this.useCssTransforms){var c=this.currentScale,d=this.currentTranslate;b=new mxRecta… 2627 … a=this.graphBounds;if(this.graph.useCssTransforms)var b=this.graph.currentTranslate,c=this.graph.… 2628 …currentTranslate.x=this.translate.x,this.graph.currentTranslate.y=this.translate.y,this.scale=1,th… 2630 …"+c+","+c+")translate("+Math.round(100*this.currentTranslate.x)/100+","+Math.round(100*this.curren… 2631 …te;a&&(this.scale=this.graph.currentScale,this.translate=this.graph.currentTranslate);c.apply(this… 10664 …nsforms,g=c.currentTranslate,k=c.currentScale,p=c.view.translate,q=c.view.scale;c.useCssTransforms… [all …]
|