| /plugin/diagramsnet/lib/js/ |
| D | export.js | 640 graph.view.scaleAndTranslate(s, 678 graph.view.scaleAndTranslate(s,
|
| D | viewer.min.js | 1191 mxGraphView.prototype.scaleAndTranslate=function(a,b,c){var d=this.scale,e=new mxPoint(this.transla… method in mxGraphView 1302 …container.scrollLeft=a.x),null!=a.y&&(this.container.scrollTop=a.y)):this.view.scaleAndTranslate(e, 1409 (2*c),d=d*-f,e=e*-f;else f=(1/a-1)/(2*this.view.scale),d*=f,e*=f;this.view.scaleAndTranslate(c,this… 1412 ….round(a.x*b),this.container.scrollTop=Math.round(a.y*b)):this.view.scaleAndTranslate(c,this.view.… 2197 …f=Math.max(f,0),A=Math.max(A,0));if(g||l.width<v||l.height<n)b.view.scaleAndTranslate(d,Math.floor… 2236 ….overflow&&(c.container.scrollTop=0,c.container.scrollLeft=0,c.view.scaleAndTranslate(1,0,0),this.… 4054 …zoomIn")||"Zoom In"),b(mxUtils.bind(this,function(){this.graph.view.scaleAndTranslate(this.graph.i…
|
| D | app.min.js | 1225 mxGraphView.prototype.scaleAndTranslate=function(a,b,c){var d=this.scale,e=new mxPoint(this.transla… method in mxGraphView 1336 …container.scrollLeft=a.x),null!=a.y&&(this.container.scrollTop=a.y)):this.view.scaleAndTranslate(e, 1443 (2*c),d=d*-f,e=e*-f;else f=(1/a-1)/(2*this.view.scale),d*=f,e*=f;this.view.scaleAndTranslate(c,this… 1446 ….round(a.x*b),this.container.scrollTop=Math.round(a.y*b)):this.view.scaleAndTranslate(c,this.view.… 2231 …c=Math.max(c,0),q=Math.max(q,0));if(g||f.width<p||f.height<n)a.view.scaleAndTranslate(b,Math.floor… 2270 ….overflow&&(b.container.scrollTop=0,b.container.scrollLeft=0,b.view.scaleAndTranslate(1,0,0),this.… 2495 …scaleAndTranslate(1,0,0);this.graph.addCells(a);a=this.graph.getGraphBounds();var h=Math.floor(100… 10237 …ode(b),(new mxCodec(b.ownerDocument)).decode(b,M.getModel()),M.view.scaleAndTranslate(f.view.scale… 10349 …d=p.getGraphBounds();g=Math.min(160/d.width,(g-40)/d.height);p.view.scaleAndTranslate(g,20/g-d.x,2…
|
| D | viewer-static.min.js | 1191 mxGraphView.prototype.scaleAndTranslate=function(a,b,c){var d=this.scale,e=new mxPoint(this.transla… method in mxGraphView 1302 …container.scrollLeft=a.x),null!=a.y&&(this.container.scrollTop=a.y)):this.view.scaleAndTranslate(e, 1409 (2*c),d=d*-f,e=e*-f;else f=(1/a-1)/(2*this.view.scale),d*=f,e*=f;this.view.scaleAndTranslate(c,this… 1412 ….round(a.x*b),this.container.scrollTop=Math.round(a.y*b)):this.view.scaleAndTranslate(c,this.view.… 2197 …f=Math.max(f,0),A=Math.max(A,0));if(g||l.width<v||l.height<n)b.view.scaleAndTranslate(d,Math.floor… 2236 ….overflow&&(c.container.scrollTop=0,c.container.scrollLeft=0,c.view.scaleAndTranslate(1,0,0),this.… 4054 …zoomIn")||"Zoom In"),b(mxUtils.bind(this,function(){this.graph.view.scaleAndTranslate(this.graph.i…
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Sidebar.js | 2061 this.graph.view.scaleAndTranslate(1, 0, 0); 2067 this.graph.view.scaleAndTranslate(s, Math.floor((width - bounds.width * s) / 2 / s - bounds.x),
|
| D | EditorUi.js | 2066 graph.view.scaleAndTranslate(ns, Math.floor(dx - b.x), Math.floor(dy - b.y)); 3379 graph.view.scaleAndTranslate(1, 0, 0);
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | GraphViewer.js | 1391 this.graph.view.scaleAndTranslate(this.graph.initialViewState.scale,
|
| D | Dialogs.js | 5814 cmpGraph.view.scaleAndTranslate(graph.view.scale, 9743 graph.view.scaleAndTranslate(ns, 20 / ns - b.x, 20 / ns - b.y);
|
| /plugin/jdraw/lib/ |
| D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 987 mxGraphView.prototype.scaleAndTranslate=function(a,b,c){var d=this.scale,e=new mxPoint(this.transla… method in mxGraphView 1098 …container.scrollLeft=a.x),null!=a.y&&(this.container.scrollTop=a.y)):this.view.scaleAndTranslate(e, 1205 (2*c),d=d*-f,e=e*-f;else f=(1/a-1)/(2*this.view.scale),d*=f,e*=f;this.view.scaleAndTranslate(c,this… 1208 ….round(a.x*b),this.container.scrollTop=Math.round(a.y*b)):this.view.scaleAndTranslate(c,this.view.…
|