Lines Matching refs:spinnerLayout
479 …var spinnerLayout = mxUtils.getValue(this.style, mxShapeMockupSpinner.prototype.cst.LAYOUT, mxShap…
483 this.foreground(c, w, h, spinnerLayout);
484 this.mainText(c, w, h, spinnerLayout);
494 mxShapeMockupSpinner.prototype.foreground = function(c, w, h, spinnerLayout) argument
505 if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_RIGHT)
514 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_LEFT)
523 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_TOP)
532 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_BOTTOM)
541 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_VERTICAL)
550 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_HORIZONTAL)
563 if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_RIGHT)
595 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_LEFT)
627 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_TOP)
659 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_BOTTOM)
691 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_VERTICAL)
723 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_HORIZONTAL)
756 if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_RIGHT)
786 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_LEFT)
816 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_TOP)
846 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_BOTTOM)
876 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_VERTICAL)
906 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_HORIZONTAL)
938 mxShapeMockupSpinner.prototype.mainText = function(c, w, h, spinnerLayout) argument
946 if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_RIGHT)
950 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_LEFT)
954 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_TOP)
958 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_BOTTOM)
962 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_VERTICAL)
966 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_HORIZONTAL)