Searched refs:mxShapeMockupiPin (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupiOS.js | 4752 function mxShapeMockupiPin(bounds, fill, stroke, strokewidth) class 4764 mxUtils.extend(mxShapeMockupiPin, mxShape); 4766 mxShapeMockupiPin.prototype.customProperties = [ 4776 mxShapeMockupiPin.prototype.paintVertexShape = function(c, x, y, w, h) 4804 mxCellRenderer.registerShape(mxMockupC.SHAPE_IPIN, mxShapeMockupiPin);
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 881 …on mxShapeMockupiPin(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stro… class 882 mxShapeMockupiPin.prototype.customProperties=[{name:"fillColor2",dispName:"Fill2 Color",type:"color… 883 mxShapeMockupiPin.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.style,… 884 …,.12*c);a.fill()};mxCellRenderer.registerShape(mxMockupC.SHAPE_IPIN,mxShapeMockupiPin);function mx…
|
H A D | shapes.min.js | 832 …on mxShapeMockupiPin(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stro… class 833 mxShapeMockupiPin.prototype.customProperties=[{name:"fillColor2",dispName:"Fill2 Color",type:"color… 834 mxShapeMockupiPin.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.style,… 835 …,.12*c);a.fill()};mxCellRenderer.registerShape(mxMockupC.SHAPE_IPIN,mxShapeMockupiPin);function mx…
|
H A D | viewer-static.min.js | 4969 …on mxShapeMockupiPin(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stro… class 4970 mxShapeMockupiPin.prototype.customProperties=[{name:"fillColor2",dispName:"Fill2 Color",type:"color… 4971 mxShapeMockupiPin.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.style,… 4972 …,.12*c);a.fill()};mxCellRenderer.registerShape(mxMockupC.SHAPE_IPIN,mxShapeMockupiPin);function mx…
|