Searched refs:shapeForegroundColor (Results 1 – 10 of 10) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxFreehand.js | 283 strokeColor = graph.shapeForegroundColor;
|
H A D | Pages.js | 362 graph.shapeForegroundColor = sourceGraph.shapeForegroundColor;
|
H A D | Minimal.js | 339 graph.shapeForegroundColor = Editor.isDarkMode() ? Editor.lightColor : '#000000'; 377 Graph.prototype.shapeForegroundColor = graph.shapeForegroundColor; method in Graph
|
H A D | Editor.js | 5930 var fg = mxUtils.hex2rgba(this.shapeForegroundColor); 6514 tempFg = this.shapeForegroundColor; 6516 this.shapeForegroundColor = (this.defaultThemeName == 'darkTheme') ? 6563 this.shapeForegroundColor = tempFg;
|
H A D | EditorUi.js | 3731 Graph.prototype.shapeForegroundColor = Editor.lightColor; method in Graph
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 3605 graph.shapeForegroundColor); 3714 }, graph.shapeForegroundColor); 5038 }), graph.shapeForegroundColor);
|
H A D | Graph.js | 1953 Graph.prototype.shapeForegroundColor = '#000000'; method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2613 …;Graph.prototype.defaultPageBorderColor="#ffffff";Graph.prototype.shapeForegroundColor="#000000";G… 3086 …Color"),mxConstants.STYLE_LABEL_BORDERCOLOR,"default",null,null,e.shapeForegroundColor);na.style.f… 3089 …ls,function(a){a.removeAttribute("color");a.style.color=null})},e.shapeForegroundColor);h.style.fo… 3140 …ll,mxUtils.bind(this,function(a){c.setCellStyles(n,a,f.cells)}),c.shapeForegroundColor);g.appendCh… 10610 …Utils.hex2rgba(this.shapeBackgroundColor),f=mxUtils.hex2rgba(this.shapeForegroundColor);this.repla… 10625 …ltThemeName||(u=this.stylesheet,v=this.shapeForegroundColor,B=this.shapeBackgroundColor,this.shape… 10782 …h.prototype.shapeBackgroundColor=Editor.darkColor,Graph.prototype.shapeForegroundColor=Editor.ligh… 11944 …dColor;g.shapeBackgroundColor=d.shapeBackgroundColor;g.shapeForegroundColor=d.shapeForegroundColor… 12065 …r;Graph.prototype.shapeBackgroundColor=c.shapeBackgroundColor;Graph.prototype.shapeForegroundColor= method in Graph 12066 c.shapeForegroundColor;Graph.prototype.defaultThemeName=c.defaultThemeName;StyleFormatPanel.prototy… [all …]
|
H A D | viewer.min.js | 2364 …;Graph.prototype.defaultPageBorderColor="#ffffff";Graph.prototype.shapeForegroundColor="#000000";G… 3278 …Utils.hex2rgba(this.shapeBackgroundColor),c=mxUtils.hex2rgba(this.shapeForegroundColor);this.repla… 3293 …ltThemeName||(x=this.stylesheet,t=this.shapeForegroundColor,y=this.shapeBackgroundColor,this.shape… 3295 y,this.shapeForegroundColor=t,this.stylesheet=x,this.refresh());return C};var E=Graph.prototype.cre… 3450 …h.prototype.shapeBackgroundColor=Editor.darkColor,Graph.prototype.shapeForegroundColor=Editor.ligh…
|
H A D | viewer-static.min.js | 2364 …;Graph.prototype.defaultPageBorderColor="#ffffff";Graph.prototype.shapeForegroundColor="#000000";G… 3278 …Utils.hex2rgba(this.shapeBackgroundColor),c=mxUtils.hex2rgba(this.shapeForegroundColor);this.repla… 3293 …ltThemeName||(x=this.stylesheet,t=this.shapeForegroundColor,y=this.shapeBackgroundColor,this.shape… 3295 y,this.shapeForegroundColor=t,this.stylesheet=x,this.refresh());return C};var E=Graph.prototype.cre… 3450 …h.prototype.shapeBackgroundColor=Editor.darkColor,Graph.prototype.shapeForegroundColor=Editor.ligh…
|