Searched refs:getBackgroundPageBounds (Results 1 – 10 of 10) sorted by relevance
/plugin/diagramsnet/lib/js/ |
H A D | export.js | 380 var bds = view.getBackgroundPageBounds(); 606 graph.view.getBackgroundPageBounds = function() function 701 bounds = (graph.pdfPageVisible) ? graph.view.getBackgroundPageBounds() : graph.getGraphBounds();
|
H A D | viewer.min.js | 1204 …eBackgroundPage=function(){if(this.graph.pageVisible){var a=this.getBackgroundPageBounds();null==t… 1206 ….destroy(),this.backgroundPageShape=null)};mxGraphView.prototype.getBackgroundPageBounds=function(… method in mxGraphView 2119 …ontainer&&!b.transparentBackground){if(b.pageVisible){var d=this.getBackgroundPageBounds();if(null… 2123 ")";var g=f=0;null!=b.view.backgroundPageShape&&(g=this.getBackgroundPageBounds(),f=1+g.x,g=1+g.y);… 2126 …e,e=this.view.translate,g=this.pageFormat,k=c*this.pageScale,u=this.view.getBackgroundPageBounds(); 2130 …fffff",this.graph.defaultPageBorderColor)};mxGraphView.prototype.getBackgroundPageBounds=function(… 2195 …Math.round((b.container.offsetHeight-34)/b.view.scale)))};b.view.getBackgroundPageBounds=function(… function 2196 …Viewer()){c=null!=c?c:0;e=null!=e?e:0;var l=b.pageVisible?b.view.getBackgroundPageBounds():b.getGr… 2239 …)/2)))}else{var c=mxRectangle.fromRectangle(b.pageVisible?b.view.getBackgroundPageBounds():b.getGr… 2580 …!=g?g:!0;l=null!=l?l:!0;q=null!=q?q:!1;var p="page"==v?this.view.getBackgroundPageBounds():g&&null…
|
H A D | app.min.js | 1238 …eBackgroundPage=function(){if(this.graph.pageVisible){var a=this.getBackgroundPageBounds();null==t… 1240 ….destroy(),this.backgroundPageShape=null)};mxGraphView.prototype.getBackgroundPageBounds=function(… method in mxGraphView 2153 …ontainer&&!a.transparentBackground){if(a.pageVisible){var b=this.getBackgroundPageBounds();if(null… 2157 ")";var f=c=0;null!=a.view.backgroundPageShape&&(f=this.getBackgroundPageBounds(),c=1+f.x,f=1+f.y);… 2160 …e,e=this.view.translate,f=this.pageFormat,g=d*this.pageScale,k=this.view.getBackgroundPageBounds(); 2164 …fffff",this.graph.defaultPageBorderColor)};mxGraphView.prototype.getBackgroundPageBounds=function(… 2229 …Math.round((a.container.offsetHeight-34)/a.view.scale)))};a.view.getBackgroundPageBounds=function(… function 2230 …Viewer()){d=null!=d?d:0;e=null!=e?e:0;var f=a.pageVisible?a.view.getBackgroundPageBounds():a.getGr… 2273 …)/2)))}else{var b=mxRectangle.fromRectangle(a.pageVisible?a.view.getBackgroundPageBounds():a.getGr… 2829 …!=f?f:!0;g=null!=g?g:!0;l=null!=l?l:!1;var W="page"==p?this.view.getBackgroundPageBounds():f&&null… [all …]
|
H A D | viewer-static.min.js | 1204 …eBackgroundPage=function(){if(this.graph.pageVisible){var a=this.getBackgroundPageBounds();null==t… 1206 ….destroy(),this.backgroundPageShape=null)};mxGraphView.prototype.getBackgroundPageBounds=function(… method in mxGraphView 2119 …ontainer&&!b.transparentBackground){if(b.pageVisible){var d=this.getBackgroundPageBounds();if(null… 2123 ")";var g=f=0;null!=b.view.backgroundPageShape&&(g=this.getBackgroundPageBounds(),f=1+g.x,g=1+g.y);… 2126 …e,e=this.view.translate,g=this.pageFormat,k=c*this.pageScale,u=this.view.getBackgroundPageBounds(); 2130 …fffff",this.graph.defaultPageBorderColor)};mxGraphView.prototype.getBackgroundPageBounds=function(… 2195 …Math.round((b.container.offsetHeight-34)/b.view.scale)))};b.view.getBackgroundPageBounds=function(… function 2196 …Viewer()){c=null!=c?c:0;e=null!=e?e:0;var l=b.pageVisible?b.view.getBackgroundPageBounds():b.getGr… 2239 …)/2)))}else{var c=mxRectangle.fromRectangle(b.pageVisible?b.view.getBackgroundPageBounds():b.getGr… 2580 …!=g?g:!0;l=null!=l?l:!0;q=null!=q?q:!1;var p="page"==v?this.view.getBackgroundPageBounds():g&&null…
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Editor.js | 2387 var bounds = this.getBackgroundPageBounds(); 2500 var bds = this.getBackgroundPageBounds(); 2600 var bounds2 = this.view.getBackgroundPageBounds(); 2719 mxGraphView.prototype.getBackgroundPageBounds = function() method in mxGraphView
|
H A D | EditorUi.js | 1998 graph.view.getBackgroundPageBounds = function() function 2030 … var bds = (graph.pageVisible) ? graph.view.getBackgroundPageBounds() : graph.getGraphBounds(); 3449 …var b = mxRectangle.fromRectangle((graph.pageVisible) ? graph.view.getBackgroundPageBounds() : gra…
|
H A D | Graph.js | 9714 var bounds = (exportType == 'page') ? this.view.getBackgroundPageBounds() :
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxRuler.js | 153 var bgPages = graph.view.getBackgroundPageBounds();
|
H A D | EditorUi.js | 11679 scale: graph.view.scale, page: graph.view.getBackgroundPageBounds()};
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 1000 …eBackgroundPage=function(){if(this.graph.pageVisible){var a=this.getBackgroundPageBounds();null==t… 1002 ….destroy(),this.backgroundPageShape=null)};mxGraphView.prototype.getBackgroundPageBounds=function(… method in mxGraphView
|