Lines Matching refs:setTranslate
225 …N));else{var b=a.panDx,d=a.panDy;if(0!=b||0!=d)a.panGraph(0,0),a.view.setTranslate(this.t0x+b/a.vi…
989 mxGraphView.prototype.setTranslate=function(a,b){var c=new mxPoint(this.translate.x,this.translate.… method in mxGraphView
1201 mxGraph.prototype.zoomActual=function(){1==this.view.scale?this.view.setTranslate(0,0):(this.view.t…
1202 …llWidth,b=this.container.scrollHeight,a>g&&(n=0),b>f&&(p=0),this.view.setTranslate(Math.floor(n/2-…
1203 (a-g)/2,this.container.scrollTop=(b-f)/2):this.view.setTranslate(a?Math.floor(l.x-k.x/m+n*c/m):l.x,…
1210 d.x,this.view.translate.y=d.y,this.view.setTranslate(c.x,c.y)))};
1212 ….scrollTop+=e+2));this.useScrollbarsForPanning||0==d&&0==g||this.view.setTranslate(d,g)}else{var g…
1294 …ner.scrollTop)){var d=this.view.scale,e=this.view.translate;this.view.setTranslate(e.x-this.contai…
1309 …t.getClientY(f)-n.top)*e/this.source.view.scale,this.source.getView().setTranslate(p.x-l,p.y-n),th…
1310 …-b.y)*e/this.source.view.scale,f=this.source.view.translate;this.source.getView().setTranslate(f.x-
1414 mxPanningHandler.prototype.panGraph=function(a,b){this.graph.getView().setTranslate(a,b)};mxPanning…