| /plugin/diagramsnet/lib/shapes/mockup/ |
| D | mxMockupContainers.js | 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 [all …]
|
| D | mxMockupButtons.js | 254 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666'); 285 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 308 …= function(c, w, h, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, separatorColor,… argument 313 c.setStrokeColor(frameColor); 400 c.setStrokeColor(frameColor); 471 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666'); 507 …eW, trueH, rSize, buttonNum, labelOffset, buttonNum * minButtonHeight, frameColor, separatorColor,… 530 …pe.background = function(c, w, h, rSize, buttonNum, labelOffset, minH, frameColor, separatorColor,… argument 535 c.setStrokeColor(frameColor); 612 c.setStrokeColor(frameColor);
|
| D | mxMockupGraphics.js | 62 mxShapeMockupBarChart.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument 163 mxShapeMockupColumnChart.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument 263 mxShapeMockupLineChart.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument 351 mxShapeMockupPieChart.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument 554 mxShapeMockupBubbleChart.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument 842 mxShapeMockupPlotChart.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument 1024 mxShapeMockupGanttChart.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
|
| D | mxMockupText.js | 102 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666'); 142 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 166 …= function(c, w, h, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, separatorColor,… argument 171 c.setStrokeColor(frameColor); 229 c.setStrokeColor(frameColor);
|
| D | mxMockupForms.js | 1016 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666'); 1047 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 1069 …= function(c, w, h, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, separatorColor,… argument 1072 c.setStrokeColor(frameColor); 1120 c.setStrokeColor(frameColor); 1333 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666'); 1365 this.background(c, w, h, bgColor, frameColor); 1367 this.foreground(c, w, h, frameColor, selectedButton, subText, fontSize); 1370 mxShapeMockupListBox.prototype.background = function(c, w, h, bgColor, frameColor) argument 1373 c.setStrokeColor(frameColor); [all …]
|
| D | mxMockupiOS.js | 1194 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666'); 1229 …eW, trueH, rSize, buttonNum, labelOffset, buttonNum * minButtonHeight, frameColor, separatorColor,… 1232 …eW, trueH, rSize, buttonNum, labelOffset, buttonNum * minButtonHeight, frameColor, separatorColor,… 1252 …pe.background = function(c, w, h, rSize, buttonNum, labelOffset, minH, frameColor, separatorColor,… argument 1258 c.setStrokeColor(frameColor); 1272 …pe.foreground = function(c, w, h, rSize, buttonNum, labelOffset, minH, frameColor, separatorColor,… argument 1343 c.setStrokeColor(frameColor); 4569 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666'); 4600 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 4622 …= function(c, w, h, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, separatorColor,… argument [all …]
|
| /plugin/diagramsnet/lib/shapes/ios7/ |
| D | mxIOS7Ui.js | 459 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666'); 488 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, bg… 510 …= function(c, w, h, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, bgColor, select… argument 515 c.setStrokeColor(frameColor); 529 c.setStrokeColor(frameColor); 603 c.setStrokeColor(frameColor);
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxAndroid.js | 48 var frameColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, 'none'); 78 …this.background(c, trueW, trueH, buttonNum, buttonWidths, labelOffset, minW, frameColor, separator… 101 …ground = function(c, w, h, buttonNum, buttonWidths, labelOffset, minW, frameColor, separatorColor,… argument 106 c.setStrokeColor(frameColor);
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …frameColor = theme.getColor(colorId);\n this.style({\n arrowColor: frameColor,\n…
|
| D | bundle.js | 396 …e(e){const t=e.getColor(V.e)||f.a.transparent;this.style({arrowColor:t,frameColor:t,headerBackgrou… property
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | bundle.js | 396 …e(e){const t=e.getColor(V.e)||f.a.transparent;this.style({arrowColor:t,frameColor:t,headerBackgrou… property
|