Searched refs:attrColor (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/shapes/er/ |
H A D | mxER.js | 155 var attrColor = mxUtils.getValue(this.style, 'fillColor2', '#ffffff'); 175 this.shapes(c, x, y, w, h, fontSize, mainColor, attrColor, rSize, barY); 176 this.mainText(c, x, y, w, h, mainText, fontSize, attrColor); 216 mxShapeEREntityExt.prototype.shapes = function(c, x, y, w, h, fontSize, mainColor, attrColor, rSize… argument 232 c.setFillColor(attrColor); 253 c.setFillColor(attrColor);
|