Searched refs:mxShapeIOS7OnOffButton (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/ios7/ |
H A D | mxIOS7Ui.js | 154 function mxShapeIOS7OnOffButton(bounds, fill, stroke, strokewidth) class 166 mxUtils.extend(mxShapeIOS7OnOffButton, mxShape); 168 mxShapeIOS7OnOffButton.prototype.customProperties = [ 182 mxShapeIOS7OnOffButton.prototype.paintVertexShape = function(c, x, y, w, h) 192 mxShapeIOS7OnOffButton.prototype.background = function(c, x, y, w, h, state) 209 mxShapeIOS7OnOffButton.prototype.foreground = function(c, x, y, w, h, state) 225 mxCellRenderer.registerShape(mxIOS7C.SHAPE_IOS7_ON_OFF_BUTTON, mxShapeIOS7OnOffButton);
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 157 …mxShapeIOS7OnOffButton(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.st… class 158 mxShapeIOS7OnOffButton.prototype.customProperties=[{name:"buttonState",dispName:"Button State",type… 159 mxShapeIOS7OnOffButton.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);b=Math.max(b… 160 mxShapeIOS7OnOffButton.prototype.background=function(a,d,e,b,c,f){f===mxIOS7C.STATE_ON?(a.roundrect… 161 mxShapeIOS7OnOffButton.prototype.foreground=function(a,d,e,b,c,f){a.setFillColor("#ffffff");f===mxI…
|
H A D | shapes.min.js | 108 …mxShapeIOS7OnOffButton(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.st… class 109 mxShapeIOS7OnOffButton.prototype.customProperties=[{name:"buttonState",dispName:"Button State",type… 110 mxShapeIOS7OnOffButton.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);b=Math.max(b… 111 mxShapeIOS7OnOffButton.prototype.background=function(a,d,e,b,c,f){f===mxIOS7C.STATE_ON?(a.roundrect… 112 mxShapeIOS7OnOffButton.prototype.foreground=function(a,d,e,b,c,f){a.setFillColor("#ffffff");f===mxI…
|
H A D | viewer-static.min.js | 4245 …mxShapeIOS7OnOffButton(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.st… class 4246 mxShapeIOS7OnOffButton.prototype.customProperties=[{name:"buttonState",dispName:"Button State",type… 4247 mxShapeIOS7OnOffButton.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);b=Math.max(b… 4248 mxShapeIOS7OnOffButton.prototype.background=function(a,d,e,b,c,f){f===mxIOS7C.STATE_ON?(a.roundrect… 4249 mxShapeIOS7OnOffButton.prototype.foreground=function(a,d,e,b,c,f){a.setFillColor("#ffffff");f===mxI…
|