Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/shapes/mockup/
DmxMockupContainers.js449 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupBrowserWindow.prototype.cst.STROKE_COL…
455 this.otherShapes(c, x, y, w, h, frameColor, insideColor, closeColor);
471 mxShapeMockupBrowserWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor,… argument
488 c.setStrokeColor(insideColor);
566 c.setFillColor(insideColor);
647 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupUserMale.prototype.cst.STROKE_COLOR2, …
651 this.otherShapes(c, x, y, w, h, insideColor, frameColor);
667 mxShapeMockupUserMale.prototype.otherShapes = function(c, x, y, w, h, insideColor, frameColor) argument
670 c.setStrokeColor(insideColor);
846 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupUserFemale.prototype.cst.STROKE_COLOR2…
[all …]