Searched refs:setShadowVisible (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 735 this.setShadowVisible(state.shadowVisible, false); 815 this.setShadowVisible(false, false);
|
H A D | Editor.js | 2282 this.graph.setShadowVisible(node.getAttribute('shadow') == '1', false); 7652 Graph.prototype.setShadowVisible = function(value, fireEvent) method in Graph 8581 this.ui.editor.graph.setShadowVisible(this.shadowVisible);
|
H A D | Menus.js | 856 graph.setShadowVisible(!graph.shadowVisible);
|
/plugin/diagramsnet/lib/js/ |
H A D | export.js | 790 graph.setShadowVisible(true);
|
H A D | app.min.js | 10508 …CssTransformsSupported();this.graph.updateCssTransform();this.graph.setShadowVisible("1"==c.getAtt… 10651 …"viewBox",c[0]+" "+c[1]+" "+w+" "+h))))));return l};Graph.prototype.setShadowVisible=function(b,c)… 10685 …wVisible!=this.ui.editor.graph.shadowVisible&&(this.ui.editor.graph.setShadowVisible(this.shadowVi… 11821 …t("shadowVisible",new Action(mxResources.get("shadow"),function(){g.setShadowVisible(!g.shadowVisi… 11959 …esEnabled=b.guidesEnabled;this.foldingEnabled=b.foldingEnabled;this.setShadowVisible(b.shadowVisib… 11962 …ollbars,this.foldingEnabled=this.graphHandler.guidesEnabled=!0,this.setShadowVisible(!1,!1),this.d…
|
H A D | viewer.min.js | 3176 …CssTransformsSupported();this.graph.updateCssTransform();this.graph.setShadowVisible("1"==d.getAtt… 3319 …"viewBox",d[0]+" "+d[1]+" "+w+" "+h))))));return g};Graph.prototype.setShadowVisible=function(b,d)… 3353 …wVisible!=this.ui.editor.graph.shadowVisible&&(this.ui.editor.graph.setShadowVisible(this.shadowVi…
|
H A D | viewer-static.min.js | 3176 …CssTransformsSupported();this.graph.updateCssTransform();this.graph.setShadowVisible("1"==d.getAtt… 3319 …"viewBox",d[0]+" "+d[1]+" "+w+" "+h))))));return g};Graph.prototype.setShadowVisible=function(b,d)… 3353 …wVisible!=this.ui.editor.graph.shadowVisible&&(this.ui.editor.graph.setShadowVisible(this.shadowVi…
|