Searched refs:scrollRectToVisible (Results 1 – 9 of 9) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxFreehand.js | 326 graph.scrollRectToVisible(new mxRectangle(pt.x - tr.x, pt.y - tr.y).grow(20));
|
H A D | Dialogs.js | 1484 editorUi.editor.graph.scrollRectToVisible(temp);
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | MovieEditorDialog.java | 800 timeLineTable.scrollRectToVisible(scrollTo); in buildUI() 819 timeLineTable.scrollRectToVisible(timeLineTable.getCellRect(0, focusColumn, true)); in buildUI()
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 2517 var graphScrollRectToVisible = mxGraph.prototype.scrollRectToVisible; 2518 Graph.prototype.scrollRectToVisible = function(r) method in Graph
|
/plugin/jdraw/lib/ |
H A D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 1204 …Rectangle(d.x*a,d.y*a,d.width*a,d.height*a),this.view.scale=c,this.scrollRectToVisible(d)||(this.v… 1209 …e),d=new mxPoint(this.view.translate.x,this.view.translate.y),this.scrollRectToVisible(c)&&(c=new … 1211 mxGraph.prototype.scrollRectToVisible=function(a){var b=!1;if(null!=a){var c=this.container.offsetW… method in mxGraph
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 1408 …Rectangle(d.x*a,d.y*a,d.width*a,d.height*a),this.view.scale=c,this.scrollRectToVisible(d)||(this.v… 1413 …e),d=new mxPoint(this.view.translate.x,this.view.translate.y),this.scrollRectToVisible(c)&&(c=new … 1415 mxGraph.prototype.scrollRectToVisible=function(a){var b=!1;if(null!=a){var c=this.container.offsetW… method in mxGraph 2377 …push(d[c]);d=f}return d};var b=mxGraph.prototype.scrollRectToVisible;Graph.prototype.scrollRectToV…
|
H A D | app.min.js | 1442 …Rectangle(d.x*a,d.y*a,d.width*a,d.height*a),this.view.scale=c,this.scrollRectToVisible(d)||(this.v… 1447 …e),d=new mxPoint(this.view.translate.x,this.view.translate.y),this.scrollRectToVisible(c)&&(c=new … 1449 mxGraph.prototype.scrollRectToVisible=function(a){var b=!1;if(null!=a){var c=this.container.offsetW… method in mxGraph 2626 …push(b[d]);b=c}return b};var a=mxGraph.prototype.scrollRectToVisible;Graph.prototype.scrollRectToV… 10110 ….getBounds(f);d.x-=c.translate.x;d.y-=c.translate.y;b.editor.graph.scrollRectToVisible(d);b.editor… 12196 …" "+l.y,f.push(l);c.setAttribute("d",k+m)}q&&(l=b.view.translate,b.scrollRectToVisible((new mxRect…
|
H A D | viewer-static.min.js | 1408 …Rectangle(d.x*a,d.y*a,d.width*a,d.height*a),this.view.scale=c,this.scrollRectToVisible(d)||(this.v… 1413 …e),d=new mxPoint(this.view.translate.x,this.view.translate.y),this.scrollRectToVisible(c)&&(c=new … 1415 mxGraph.prototype.scrollRectToVisible=function(a){var b=!1;if(null!=a){var c=this.container.offsetW… method in mxGraph 2377 …push(d[c]);d=f}return d};var b=mxGraph.prototype.scrollRectToVisible;Graph.prototype.scrollRectToV…
|