Searched refs:scrollTileSize (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 3441 var width = Math.max(bounds.width, graph.scrollTileSize.width * graph.view.scale); 3442 var height = Math.max(bounds.height, graph.scrollTileSize.height * graph.view.scale);
|
H A D | Graph.js | 1967 Graph.prototype.scrollTileSize = new mxRectangle(0, 0, 400, 400); method in Graph 3277 this.pageFormat.height * this.pageScale) : this.scrollTileSize;
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2238 …tHeight,c.y-10)))}else{var c=b.getGraphBounds(),e=Math.max(c.width,b.scrollTileSize.width*b.view.s… 2239 b.scrollTileSize.height*b.view.scale))/4)));b.container.scrollLeft=Math.floor(Math.max(0,c.x-Math.m… 2364 …0000";Graph.prototype.shapeBackgroundColor="#ffffff";Graph.prototype.scrollTileSize=new mxRectangl… 2399 …0,this.pageFormat.width*this.pageScale,this.pageFormat.height*this.pageScale):this.scrollTileSize};
|
H A D | viewer-static.min.js | 2238 …tHeight,c.y-10)))}else{var c=b.getGraphBounds(),e=Math.max(c.width,b.scrollTileSize.width*b.view.s… 2239 b.scrollTileSize.height*b.view.scale))/4)));b.container.scrollLeft=Math.floor(Math.max(0,c.x-Math.m… 2364 …0000";Graph.prototype.shapeBackgroundColor="#ffffff";Graph.prototype.scrollTileSize=new mxRectangl… 2399 …0,this.pageFormat.width*this.pageScale,this.pageFormat.height*this.pageScale):this.scrollTileSize};
|
H A D | app.min.js | 2272 …tHeight,b.y-10)))}else{var b=a.getGraphBounds(),d=Math.max(b.width,a.scrollTileSize.width*a.view.s… 2273 a.scrollTileSize.height*a.view.scale))/4)));a.container.scrollLeft=Math.floor(Math.max(0,b.x-Math.m… 2613 …0000";Graph.prototype.shapeBackgroundColor="#ffffff";Graph.prototype.scrollTileSize=new mxRectangl… 2648 …0,this.pageFormat.width*this.pageScale,this.pageFormat.height*this.pageScale):this.scrollTileSize};
|