Lines Matching refs:frameColor

56 	var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666');
65 this.background(c, x, y, w, h, bgColor, frameColor);
67 this.otherShapes(c, x, y, w, h, buttonColor, frameColor, filledColor, emptyColor, barHeight);
70 mxShapeMockupVideoPlayer.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
73 c.setStrokeColor(frameColor);
83 mxShapeMockupVideoPlayer.prototype.otherShapes = function(c, x, y, w, h, buttonColor, frameColor, f… argument
112 c.setStrokeColor(frameColor);
256 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666');
292 …eW, trueH, rSize, buttonNum, labelOffset, buttonNum * minButtonHeight, frameColor, separatorColor,…
324 …pe.background = function(c, w, h, rSize, buttonNum, labelOffset, minH, frameColor, separatorColor,… argument
329 c.setStrokeColor(frameColor);
382 c.setStrokeColor(frameColor);
447 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666');
453 this.background(c, x, y, w, h, bgColor, frameColor);
455 this.otherShapes(c, x, y, w, h, frameColor, insideColor, closeColor);
458 mxShapeMockupBrowserWindow.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
461 c.setStrokeColor(frameColor);
471 mxShapeMockupBrowserWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor,… argument
477 c.setStrokeColor(frameColor);
646 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666');
649 this.background(c, x, y, w, h, bgColor, frameColor);
651 this.otherShapes(c, x, y, w, h, insideColor, frameColor);
654 mxShapeMockupUserMale.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
657 c.setStrokeColor(frameColor);
667 mxShapeMockupUserMale.prototype.otherShapes = function(c, x, y, w, h, insideColor, frameColor) argument
796 c.setStrokeColor(frameColor);
845 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666');
848 this.background(c, x, y, w, h, bgColor, frameColor);
850 this.otherShapes(c, x, y, w, h, insideColor, frameColor);
853 mxShapeMockupUserFemale.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
856 c.setStrokeColor(frameColor);
866 mxShapeMockupUserFemale.prototype.otherShapes = function(c, x, y, w, h, insideColor, frameColor) argument
991 c.setStrokeColor(frameColor);
1126 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666');
1134 this.background(c, x, y, w, h, bgColor, frameColor);
1136 this.otherShapes(c, x, y, w, h, frameColor, insideColor, closeColor);
1139 mxShapeMockupWindow.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
1142 c.setStrokeColor(frameColor);
1147 mxShapeMockupWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor, closeC… argument
1152 c.setStrokeColor(frameColor);
1718 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666');
1726 this.background(c, x, y, w, h, bgColor, frameColor);
1728 this.foreground(c, x, y, w, h, frameColor, insideColor, closeColor);
1731 mxShapeMockupAlertBox.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
1734 c.setStrokeColor(frameColor);
1739 mxShapeMockupAlertBox.prototype.foreground = function(c, x, y, w, h, frameColor, insideColor, close… argument