Searched refs:getViewState (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DiffSync.js | 225 page.viewState = this.editor.graph.getViewState(); 878 target = this.editor.graph.getViewState();
|
H A D | Pages.js | 172 page.viewState = graph.getViewState(); 688 Graph.prototype.getViewState = function() method in Graph 1183 newPage.viewState = graph.getViewState();
|
H A D | DrawioFile.js | 620 var viewState = this.ui.editor.graph.getViewState();
|
H A D | ElectronApp.js | 1244 var viewState = this.ui.editor.graph.getViewState();
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 9992 …(this,function(){this.stats.fileReloaded++;var c=this.ui.editor.graph.getViewState(),d=this.ui.edi… 11938 …ode(e.getGraphXml(!0));mxUtils.setTextContent(b.node,c);b.viewState=d.getViewState();b.root=d.mode… 11957 Graph.prototype.getViewState=function(){return{defaultParent:this.defaultParent,currentRoot:this.vi… 11973 … DiagramPage(g);d.root=c.cloneCell(c.model.root,null,k);d.viewState=c.getViewState();d.viewState.s…
|
H A D | viewer.min.js | 3032 …(this,function(){this.stats.fileReloaded++;var c=this.ui.editor.graph.getViewState(),e=this.ui.edi…
|
H A D | viewer-static.min.js | 3032 …(this,function(){this.stats.fileReloaded++;var c=this.ui.editor.graph.getViewState(),e=this.ui.edi…
|