/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupNavigation.js | 47 var buttonWidths = new Array(buttonNum); 54 buttonTotalWidth += buttonWidths[i]; 97 currWidth += buttonWidths[j] + 2 * labelOffset; 167 var buttonWidths = new Array(buttonNum); 184 buttonTotalWidth += buttonWidths[i]; 231 currWidth += buttonWidths[j] + 2 * labelOffset; 234 currWidth += buttonWidths[i] * 0.5 + labelOffset; 273 currWidth += buttonWidths[j] + 2 * labelOffset; 276 currWidth += buttonWidths[i] * 0.5 + labelOffset; 302 currWidth += buttonWidths[j] + 2 * labelOffset; [all …]
|
H A D | mxMockupText.js | 107 var buttonWidths = new Array(buttonNum); 127 buttonWidths[i] = 42; 131 buttonWidths[i] = currW; 134 buttonTotalWidth += buttonWidths[i]; 142 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 161 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 162 currWidth = currWidth + buttonWidths[i] + labelOffset; 166 mxShapeMockupLinkBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, label… argument 188 currWidth += buttonWidths[j] + 2 * labelOffset; 205 buttonLeft += buttonWidths[i] + 2 * labelOffset; [all …]
|
H A D | mxMockupButtons.js | 259 var buttonWidths = new Array(buttonNum); 275 …buttonWidths[i] = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).w… 277 buttonTotalWidth += buttonWidths[i]; 285 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 303 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 304 currWidth = currWidth + buttonWidths[i] + labelOffset; 308 mxShapeMockupHorButtonBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, … argument 337 currWidth += buttonWidths[j] + 2 * labelOffset; 354 buttonLeft += buttonWidths[i] + 2 * labelOffset; 358 var buttonRight = (buttonWidths[selectedButton] + 2 * labelOffset) * w / minW;
|
H A D | mxMockupForms.js | 1021 var buttonWidths = new Array(buttonNum); 1037 …buttonWidths[i] = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).w… 1039 buttonTotalWidth += buttonWidths[i]; 1047 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 1064 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 1065 currWidth = currWidth + buttonWidths[i] + labelOffset; 1069 mxShapeMockupMenuBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, label… argument 1089 currWidth += buttonWidths[j] + 2 * labelOffset; 1108 buttonLeft += buttonWidths[i] + 2 * labelOffset; 1112 var buttonRight = (buttonWidths[selectedButton] + 2 * labelOffset) * w / minW;
|
H A D | mxMockupiOS.js | 4574 var buttonWidths = new Array(buttonNum); 4590 …buttonWidths[i] = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).w… 4592 buttonTotalWidth += buttonWidths[i]; 4600 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 4617 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 4618 currWidth = currWidth + buttonWidths[i] + labelOffset; 4622 mxShapeMockupiHorButtonBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths,… argument 4651 currWidth += buttonWidths[j] + 2 * labelOffset; 4668 buttonLeft += buttonWidths[i] + 2 * labelOffset; 4672 var buttonRight = (buttonWidths[selectedButton] + 2 * labelOffset) * w / minW;
|
/plugin/diagramsnet/lib/shapes/ |
H A D | mxAndroid.js | 53 var buttonWidths = new Array(buttonNum); 68 …buttonWidths[i] = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).w… 70 buttonTotalWidth += buttonWidths[i]; 78 …this.background(c, trueW, trueH, buttonNum, buttonWidths, labelOffset, minW, frameColor, separator… 96 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 97 currWidth = currWidth + buttonWidths[i] + labelOffset; 101 mxShapeAndroidTabBar.prototype.background = function(c, w, h, buttonNum, buttonWidths, labelOffset,… argument 122 currWidth += buttonWidths[j] + 2 * labelOffset; 139 buttonLeft += buttonWidths[i] + 2 * labelOffset; 143 var buttonRight = (buttonWidths[selectedButton] + 2 * labelOffset) * w / minW;
|
/plugin/diagramsnet/lib/shapes/ios7/ |
H A D | mxIOS7Ui.js | 463 var buttonWidths = new Array(buttonNum); 479 …buttonWidths[i] = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).w… 480 buttonTotalWidth += buttonWidths[i]; 488 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, bg… 505 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 506 currWidth = currWidth + buttonWidths[i] + labelOffset; 510 mxShapeIOS7horButtonBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, la… argument 539 currWidth += buttonWidths[j] + 2 * labelOffset; 556 buttonLeft += buttonWidths[i] + 2 * labelOffset; 560 var buttonRight = (buttonWidths[selectedButton] + 2 * labelOffset) * w / minW;
|