Home
last modified time | relevance | path

Searched refs:isSpecialColor (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js313 return !this.isSpecialColor(state.style[mxConstants.STYLE_FILLCOLOR]) &&
325 return !this.isSpecialColor(state.style[mxConstants.STYLE_STROKECOLOR]);
331 Format.prototype.isSpecialColor = function(color) method in Format
/plugin/diagramsnet/lib/js/
H A Dapp.min.js2968isSpecialColor(a.style[mxConstants.STYLE_FILLCOLOR])&&(a.view.graph.model.isVertex(a.cell)||"arrow…
2969 Format.prototype.isSpecialColor=function(a){return 0<=mxUtils.indexOf([mxConstants.STYLE_STROKECOLO…