Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupContainers.js455 this.otherShapes(c, x, y, w, h, frameColor, insideColor, closeColor);
471 …pBrowserWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor, closeColor) argument
484 c.setStrokeColor(closeColor);
1127 …var closeColor = mxUtils.getValue(this.style, mxShapeMockupWindow.prototype.cst.STROKE_COLOR2, '#0…
1136 this.otherShapes(c, x, y, w, h, frameColor, insideColor, closeColor);
1147 …peMockupWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor, closeColor) argument
1159 c.setStrokeColor(closeColor);
1719 …var closeColor = mxUtils.getValue(this.style, mxShapeMockupAlertBox.prototype.cst.STROKE_COLOR2, '…
1728 this.foreground(c, x, y, w, h, frameColor, insideColor, closeColor);
1739 …eMockupAlertBox.prototype.foreground = function(c, x, y, w, h, frameColor, insideColor, closeColor) argument
[all …]