/plugin/diagramsnet/lib/js/ |
H A D | export.js | 711 var autoOrigin = (data.print && data.fit != null) ? data.fit : false; 726 if (!autoOrigin) 737 preview.autoOrigin = autoOrigin; 746 preview.autoOrigin = autoOrigin;
|
H A D | viewer.min.js | 1020 ….prototype.x0=0;mxPrintPreview.prototype.y0=0;mxPrintPreview.prototype.autoOrigin=!0;mxPrintPrevie… method in mxPrintPreview 1024 …).getScale(),p=n/this.scale,q=this.graph.getView().getTranslate();this.autoOrigin||(this.x0-=q.x*t… 2086 …,k,g,p);c.title=mxResources.get("preview");c.printBackgroundImage=!0;c.autoOrigin=t;b=b.background… 3337 …(null==x||""==x||x==mxConstants.NONE)x="#ffffff";c.backgroundColor=x;c.autoOrigin=B;c.appendGraph(… 4013 GraphViewer.prototype.autoOrigin=!0;GraphViewer.prototype.center=!1;GraphViewer.prototype.forceCent… 4014 …o-crop"]:this.autoCrop;this.autoOrigin=null!=this.graphConfig["auto-origin"]?this.graphConfig["aut… 4032 GraphViewer.prototype.setLayersVisible=function(b){var c=!0;if(!this.autoOrigin){var e=[],k=this.gr… 4055 …mxUtils.bind(this,function(){if(this.autoCrop)this.crop();else if(this.autoOrigin){var b=this.grap…
|
H A D | viewer-static.min.js | 1020 ….prototype.x0=0;mxPrintPreview.prototype.y0=0;mxPrintPreview.prototype.autoOrigin=!0;mxPrintPrevie… method in mxPrintPreview 1024 …).getScale(),p=n/this.scale,q=this.graph.getView().getTranslate();this.autoOrigin||(this.x0-=q.x*t… 2086 …,k,g,p);c.title=mxResources.get("preview");c.printBackgroundImage=!0;c.autoOrigin=t;b=b.background… 3337 …(null==x||""==x||x==mxConstants.NONE)x="#ffffff";c.backgroundColor=x;c.autoOrigin=B;c.appendGraph(… 4013 GraphViewer.prototype.autoOrigin=!0;GraphViewer.prototype.center=!1;GraphViewer.prototype.forceCent… 4014 …o-crop"]:this.autoCrop;this.autoOrigin=null!=this.graphConfig["auto-origin"]?this.graphConfig["aut… 4032 GraphViewer.prototype.setLayersVisible=function(b){var c=!0;if(!this.autoOrigin){var e=[],k=this.gr… 4055 …mxUtils.bind(this,function(){if(this.autoCrop)this.crop();else if(this.autoOrigin){var b=this.grap…
|
H A D | app.min.js | 1054 ….prototype.x0=0;mxPrintPreview.prototype.y0=0;mxPrintPreview.prototype.autoOrigin=!0;mxPrintPrevie… method in mxPrintPreview 1058 …).getScale(),p=n/this.scale,q=this.graph.getView().getTranslate();this.autoOrigin||(this.x0-=q.x*t… 2120 …,e,c,f);b.title=mxResources.get("preview");b.printBackgroundImage=!0;b.autoOrigin=k;a=a.background… 10669 …(null==u||""==u||u==mxConstants.NONE)u="#ffffff";f.backgroundColor=u;f.autoOrigin=x;f.appendGraph(…
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Editor.js | 1284 var autoOrigin = onePageCheckBox.checked || pageCountCheckBox.checked; 1299 if (autoOrigin) 1322 if (!autoOrigin && graph.pageVisible) 1330 autoOrigin = true; 1333 var preview = PrintDialog.createPrintPreview(graph, scale, pf, border, x0, y0, autoOrigin); 1422 PrintDialog.createPrintPreview = function(graph, scale, pf, border, x0, y0, autoOrigin) argument 1427 preview.autoOrigin = autoOrigin;
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GraphViewer.js | 62 GraphViewer.prototype.autoOrigin = true; method in GraphViewer 125 this.autoOrigin = (this.graphConfig['auto-origin'] != null) ? 126 this.graphConfig['auto-origin'] : this.autoOrigin; 659 if (!this.autoOrigin) 1418 else if (this.autoOrigin)
|
H A D | Editor.js | 8110 var autoOrigin = fitRadio.checked; 8112 if (autoOrigin) 8138 if (!autoOrigin && thisGraph.pageVisible) 8146 autoOrigin = true; 8151 pv = PrintDialog.createPrintPreview(thisGraph, scale, pf, border, x0, y0, autoOrigin); 8281 pv.autoOrigin = autoOrigin;
|
/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 | 816 ….prototype.x0=0;mxPrintPreview.prototype.y0=0;mxPrintPreview.prototype.autoOrigin=!0;mxPrintPrevie… method in mxPrintPreview 820 …).getScale(),p=n/this.scale,q=this.graph.getView().getTranslate();this.autoOrigin||(this.x0-=q.x*t…
|