Searched refs:mxShapeMockupiVideoControls (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupiOS.js | 4812 function mxShapeMockupiVideoControls(bounds, fill, stroke, strokewidth) class 4824 mxUtils.extend(mxShapeMockupiVideoControls, mxShape); 4826 mxShapeMockupiVideoControls.prototype.customProperties = [ 4835 mxShapeMockupiVideoControls.prototype.paintVertexShape = function(c, x, y, w, h) 4850 mxShapeMockupiVideoControls.prototype.foreground = function(c, w, h, rSize) 4974 mxCellRenderer.registerShape(mxMockupC.SHAPE_IVIDEO_CONTROLS, mxShapeMockupiVideoControls);
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 884 …mxShapeMockupiVideoControls(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;th… class 885 mxShapeMockupiVideoControls.prototype.customProperties=[{name:"barPos",dispName:"Handle Position",t… 886 mxShapeMockupiVideoControls.prototype.foreground=function(a,d,e,b){a.setGradient("#ffffff","#ffffff… 890 …troke()};mxCellRenderer.registerShape(mxMockupC.SHAPE_IVIDEO_CONTROLS,mxShapeMockupiVideoControls);
|
H A D | shapes.min.js | 835 …mxShapeMockupiVideoControls(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;th… class 836 mxShapeMockupiVideoControls.prototype.customProperties=[{name:"barPos",dispName:"Handle Position",t… 837 mxShapeMockupiVideoControls.prototype.foreground=function(a,d,e,b){a.setGradient("#ffffff","#ffffff… 841 …troke()};mxCellRenderer.registerShape(mxMockupC.SHAPE_IVIDEO_CONTROLS,mxShapeMockupiVideoControls);
|
H A D | viewer-static.min.js | 4972 …mxShapeMockupiVideoControls(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;th… class 4973 mxShapeMockupiVideoControls.prototype.customProperties=[{name:"barPos",dispName:"Handle Position",t… 4974 mxShapeMockupiVideoControls.prototype.foreground=function(a,d,e,b){a.setGradient("#ffffff","#ffffff… 4978 …troke()};mxCellRenderer.registerShape(mxMockupC.SHAPE_IVIDEO_CONTROLS,mxShapeMockupiVideoControls);
|