Lines Matching refs:mxShapeMockupGauge
628 function mxShapeMockupGauge(bounds, fill, stroke, strokewidth) class
641 mxUtils.extend(mxShapeMockupGauge, mxShape);
643 mxShapeMockupGauge.prototype.cst = {
653 mxShapeMockupGauge.prototype.customProperties = [
664 mxShapeMockupGauge.prototype.paintVertexShape = function(c, x, y, w, h)
672 mxShapeMockupGauge.prototype.background = function(c, w, h)
678 mxShapeMockupGauge.prototype.foreground = function(c, w, h)
680 var gaugePos = mxUtils.getValue(this.style, mxShapeMockupGauge.prototype.cst.GAUGE_POS, '0');
681 …var scaleColors = mxUtils.getValue(this.style, mxShapeMockupGauge.prototype.cst.SCALE_COLORS, '#88…
682 …var gaugeLabels = mxUtils.getValue(this.style, mxShapeMockupGauge.prototype.cst.GAUGE_LABELS, 'CPU…
683 …var needleColor = mxUtils.getValue(this.style, mxShapeMockupGauge.prototype.cst.NEEDLE_COLOR, '#00…
685 …var textColor = mxUtils.getValue(this.style, mxShapeMockupGauge.prototype.cst.TEXT_COLOR, '#666666…
686 var textSize = mxUtils.getValue(this.style, mxShapeMockupGauge.prototype.cst.TEXT_SIZE, '12');
771 mxCellRenderer.registerShape(mxShapeMockupGauge.prototype.cst.SHAPE_GAUGE, mxShapeMockupGauge);
773 Graph.handleFactory[mxShapeMockupGauge.prototype.cst.SHAPE_GAUGE] = function(state)