Home
last modified time | relevance | path

Searched refs:GraphViewer (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DGraphViewer.js8 GraphViewer = function(container, xmlNode, graphConfig) class
14 mxUtils.extend(GraphViewer, mxEventSource);
19 GraphViewer.prototype.editBlankUrl = 'https://app.diagrams.net/';
24 GraphViewer.prototype.imageBaseUrl = 'https://viewer.diagrams.net/';
29 GraphViewer.prototype.toolbarHeight = (document.compatMode == 'BackCompat') ? 24 : 26;
34 GraphViewer.prototype.lightboxChrome = true;
39 GraphViewer.prototype.lightboxZIndex = 999;
44 GraphViewer.prototype.toolbarZIndex = 999;
49 GraphViewer.prototype.autoFit = false;
54 GraphViewer.prototype.autoCrop = false;
[all …]
/plugin/diagramsnet/lib/js/
Dviewer.min.js4012GraphViewer=function(b,c,e){this.init(b,c,e)};mxUtils.extend(GraphViewer,mxEventSource);GraphViewe…
4013 GraphViewer.prototype.autoOrigin=!0;GraphViewer.prototype.center=!1;GraphViewer.prototype.forceCent…
4014 GraphViewer.prototype.init=function(b,c,e){this.graphConfig=null!=e?e:{};this.autoFit=null!=this.gr…
4027 …Width&&(p.disconnect(),k())}));p.observe(g,{attributes:!0})}else k()}};GraphViewer.prototype.getOb…
4028 GraphViewer.prototype.getImageUrl=function(b){null!=b&&"http://"!=b.substring(0,7)&&"https://"!=b.s…
4029 GraphViewer.prototype.getImageForGraphModel=function(b){var c=Graph.createOffscreenGraph(this.graph…
4030 GraphViewer.prototype.getIndexById=function(b){if(null!=this.diagrams)for(var c=0;c<this.diagrams.l…
4031 GraphViewer.prototype.setFileNode=function(b){null==this.xmlNode&&(this.xmlDocument=b.ownerDocument…
4032 GraphViewer.prototype.setLayersVisible=function(b){var c=!0;if(!this.autoOrigin){var e=[],k=this.gr…
4033 GraphViewer.prototype.setGraphXml=function(b){if(null!=this.graph){this.graph.view.translate=new mx…
[all …]
Dviewer-static.min.js4012GraphViewer=function(b,c,e){this.init(b,c,e)};mxUtils.extend(GraphViewer,mxEventSource);GraphViewe…
4013 GraphViewer.prototype.autoOrigin=!0;GraphViewer.prototype.center=!1;GraphViewer.prototype.forceCent…
4014 GraphViewer.prototype.init=function(b,c,e){this.graphConfig=null!=e?e:{};this.autoFit=null!=this.gr…
4027 …Width&&(p.disconnect(),k())}));p.observe(g,{attributes:!0})}else k()}};GraphViewer.prototype.getOb…
4028 GraphViewer.prototype.getImageUrl=function(b){null!=b&&"http://"!=b.substring(0,7)&&"https://"!=b.s…
4029 GraphViewer.prototype.getImageForGraphModel=function(b){var c=Graph.createOffscreenGraph(this.graph…
4030 GraphViewer.prototype.getIndexById=function(b){if(null!=this.diagrams)for(var c=0;c<this.diagrams.l…
4031 GraphViewer.prototype.setFileNode=function(b){null==this.xmlNode&&(this.xmlDocument=b.ownerDocument…
4032 GraphViewer.prototype.setLayersVisible=function(b){var c=!0;if(!this.autoOrigin){var e=[],k=this.gr…
4033 GraphViewer.prototype.setGraphXml=function(b){if(null!=this.graph){this.graph.view.translate=new mx…
[all …]