Searched refs:mxShapeMockupOnOffButton (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupButtons.js | 646 function mxShapeMockupOnOffButton(bounds, fill, stroke, strokewidth) class 658 mxUtils.extend(mxShapeMockupOnOffButton, mxShape); 660 mxShapeMockupOnOffButton.prototype.cst = { 671 mxShapeMockupOnOffButton.prototype.customProperties = [ 693 mxShapeMockupOnOffButton.prototype.background = function(c, x, y, w, h) 700 mxShapeMockupOnOffButton.prototype.foreground = function(c, x, y, w, h) 702 … state = mxUtils.getValue(this.style, mxShapeMockupOnOffButton.prototype.cst.BUTTON_STATE, mxShape… 708 if (state === mxShapeMockupOnOffButton.prototype.cst.STATE_ON) 724 if(state === mxShapeMockupOnOffButton.prototype.cst.STATE_ON) 728 else if (state === mxShapeMockupOnOffButton.prototype.cst.STATE_OFF) [all …]
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 251 …mxShapeMockupOnOffButton(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.… class 252 mxShapeMockupOnOffButton.prototype.customProperties=[{name:"buttonState",dispName:"Button State",ty… 253 mxShapeMockupOnOffButton.prototype.foreground=function(a,d,e,b,c){d=mxUtils.getValue(this.style,mxS… 254 …mxShapeMockupOnOffButton.prototype.cst.TEXT_SIZE,"17");d===mxShapeMockupOnOffButton.prototype.cst.… 255 …0,0)};mxCellRenderer.registerShape(mxShapeMockupOnOffButton.prototype.cst.SHAPE_ON_OFF_BUTTON,mxSh…
|
H A D | shapes.min.js | 202 …mxShapeMockupOnOffButton(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.… class 203 mxShapeMockupOnOffButton.prototype.customProperties=[{name:"buttonState",dispName:"Button State",ty… 204 mxShapeMockupOnOffButton.prototype.foreground=function(a,d,e,b,c){d=mxUtils.getValue(this.style,mxS… 205 …mxShapeMockupOnOffButton.prototype.cst.TEXT_SIZE,"17");d===mxShapeMockupOnOffButton.prototype.cst.… 206 …0,0)};mxCellRenderer.registerShape(mxShapeMockupOnOffButton.prototype.cst.SHAPE_ON_OFF_BUTTON,mxSh…
|
H A D | viewer-static.min.js | 4339 …mxShapeMockupOnOffButton(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.… class 4340 mxShapeMockupOnOffButton.prototype.customProperties=[{name:"buttonState",dispName:"Button State",ty… 4341 mxShapeMockupOnOffButton.prototype.foreground=function(a,d,e,b,c){d=mxUtils.getValue(this.style,mxS… 4342 …mxShapeMockupOnOffButton.prototype.cst.TEXT_SIZE,"17");d===mxShapeMockupOnOffButton.prototype.cst.… 4343 …0,0)};mxCellRenderer.registerShape(mxShapeMockupOnOffButton.prototype.cst.SHAPE_ON_OFF_BUTTON,mxSh…
|