Lines Matching refs:fontColor

36 	var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
42 this.background(c, x, y, w, h, rSize, fontColor);
44 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
47 mxShapeEREntity.prototype.background = function(c, x, y, w, h, rSize, fontColor) argument
98 mxShapeEREntity.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
102 c.setFontColor(fontColor);
208 mxShapeEREntityExt.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
212 c.setFontColor(fontColor);
288 mxShapeEREntityExt.prototype.attrText = function(c, x, y, w, h, attributes, fontSize, fontColor, ba… argument
294 c.setFontColor(fontColor);
344 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
350 this.background(c, x, y, w, h, rSize, fontColor);
352 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
355 mxShapeERAttribute.prototype.background = function(c, x, y, w, h, rSize, fontColor) argument
379 mxShapeERAttribute.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
383 c.setFontColor(fontColor);
428 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
434 this.background(c, x, y, w, h, rSize, fontColor);
436 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
439 mxShapeERHas.prototype.background = function(c, x, y, w, h, rSize, fontColor) argument
474 mxShapeERHas.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
478 c.setFontColor(fontColor);
523 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
529 this.background(c, x, y, w, h, rSize, fontColor);
531 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
534 mxShapeERCloud.prototype.background = function(c, x, y, w, h, rSize, fontColor) argument
547 mxShapeERCloud.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
551 c.setFontColor(fontColor);
597 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
603 this.background(c, x, y, w, h, rSize, fontColor);
605 this.shapeText(c, x, y, w, h, mainText, subText, fontSize, fontColor);
608 mxShapeERHierarchy.prototype.background = function(c, x, y, w, h, rSize, fontColor) argument
724 mxShapeERHierarchy.prototype.shapeText = function(c, x, y, w, h, text, subText, fontSize, fontColor argument
728 c.setFontColor(fontColor);
780 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
790 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
817 mxShapeERNote.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
821 c.setFontColor(fontColor);
872 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
880 this.foreground(c, x, y, w, h, fontSize, fontColor);
894 mxShapeERChen.prototype.foreground = function(c, x, y, w, h, fontSize, fontColor) argument
916 c.setFontColor(fontColor);
983 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
988 this.foreground(c, x, y, w, h, fontSize, fontColor);
1002 mxShapeERBachman.prototype.foreground = function(c, x, y, w, h, fontSize, fontColor) argument
1026 c.setFontColor(fontColor);
1138 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
1145 this.foreground(c, x, y, w, h, fontSize, fontColor);
1159 mxShapeERInfEng.prototype.foreground = function(c, x, y, w, h, fontSize, fontColor) argument
1177 c.setFontColor(fontColor);