Lines Matching refs:strokeWidth

562 	var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
564 var strokeWidth1 = strokeWidth * w / 92;
565 var strokeWidth2 = strokeWidth * h / 60;
567 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
569 c.setStrokeWidth(strokeWidth);
573 c.setStrokeWidth(2 * strokeWidth);
694 c.setStrokeWidth(2 * strokeWidth);
746 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
747 var strokeWidth1 = strokeWidth * w / 92;
748 var strokeWidth2 = strokeWidth * h / 60;
751 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
753 c.setStrokeWidth(strokeWidth);
757 c.setStrokeWidth(2 * strokeWidth);
833 c.setStrokeWidth(2 * strokeWidth);
885 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
886 var strokeWidth1 = strokeWidth * w / 62;
887 var strokeWidth2 = strokeWidth * h / 68.8;
890 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
893 c.setStrokeWidth(strokeWidth);
896 c.setStrokeWidth(2 * strokeWidth);
977 c.setStrokeWidth(2 * strokeWidth);
1028 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
1029 var strokeWidth1 = strokeWidth * w / 123;
1030 var strokeWidth2 = strokeWidth * h / 124;
1032 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
1034 this.background(c, 0, 0, w, h, strokeWidth);
1036 this.foreground(c, 0, 0, w, h, strokeWidth);
1039 mxShapeAws3dApplicationServer.prototype.background = function(c, x, y, w, h, strokeWidth) argument
1041 c.setStrokeWidth(strokeWidth);
1044 c.setStrokeWidth(2 * strokeWidth);
1059 mxShapeAws3dApplicationServer.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
1120 c.setStrokeWidth(2 * strokeWidth);
1171 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
1172 var strokeWidth1 = strokeWidth * w / 103.8;
1173 var strokeWidth2 = strokeWidth * h / 169.8;
1176 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
1179 c.setStrokeWidth(strokeWidth);
1182 c.setStrokeWidth(2 * strokeWidth);
1374 c.setStrokeWidth(2 * strokeWidth);
1430 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
1431 var strokeWidth1 = strokeWidth * w / 123;
1432 var strokeWidth2 = strokeWidth * h / 142;
1435 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
1438 c.setStrokeWidth(strokeWidth);
1441 c.setStrokeWidth(2 * strokeWidth);
1502 c.setStrokeWidth(3 * strokeWidth);
1519 c.setStrokeWidth(2 * strokeWidth);
1570 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
1571 var strokeWidth1 = strokeWidth * w / 123;
1572 var strokeWidth2 = strokeWidth * h / 106;
1575 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
1578 c.setStrokeWidth(strokeWidth);
1581 c.setStrokeWidth(2 * strokeWidth);
1642 c.setStrokeWidth(3 * strokeWidth);
1651 c.setStrokeWidth(2 * strokeWidth);
1702 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
1703 var strokeWidth1 = strokeWidth * w / 92;
1704 var strokeWidth2 = strokeWidth * h / 88.17;
1708 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
1711 c.setStrokeWidth(strokeWidth);
1716 c.setStrokeWidth(2 * strokeWidth);
1843 c.setStrokeWidth(2 * strokeWidth);
1896 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
1897 var strokeWidth1 = strokeWidth * w / 123;
1898 var strokeWidth2 = strokeWidth * h / 97;
1900 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
1902 this.background(c, 0, 0, w, h, strokeWidth);
1904 this.foreground(c, 0, 0, w, h, strokeWidth);
1907 mxShapeAws3dInstance.prototype.background = function(c, x, y, w, h, strokeWidth) argument
1909 c.setStrokeWidth(strokeWidth);
1912 c.setStrokeWidth(2 * strokeWidth);
1928 mxShapeAws3dInstance.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
1988 c.setStrokeWidth(2 * strokeWidth);
2040 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
2041 var strokeWidth1 = strokeWidth * w / 116.7;
2042 var strokeWidth2 = strokeWidth * h / 102.8;
2044 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
2046 this.background(c, 0, 0, w, h, strokeWidth);
2048 this.foreground(c, 0, 0, w, h, strokeWidth);
2051 mxShapeAws3dInternetGateway.prototype.background = function(c, x, y, w, h, strokeWidth) argument
2053 c.setStrokeWidth(strokeWidth);
2059 c.setStrokeWidth(2 * strokeWidth);
2119 c.setStrokeWidth(2 * strokeWidth);
2133 c.setStrokeWidth(2 * strokeWidth);
2148 mxShapeAws3dInternetGateway.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
2196 c.setStrokeWidth(2 * strokeWidth);
2262 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
2263 var strokeWidth1 = strokeWidth * w / 123;
2264 var strokeWidth2 = strokeWidth * h /142;
2266 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
2267 c.setStrokeWidth(strokeWidth);
2269 this.background(c, 0, 0, w, h, strokeWidth);
2271 this.foreground(c, 0, 0, w, h, strokeWidth);
2274 mxShapeAws3dOracleDataCenter.prototype.background = function(c, x, y, w, h, strokeWidth) argument
2279 c.setStrokeWidth(2 * strokeWidth);
2294 mxShapeAws3dOracleDataCenter.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
2333 c.setStrokeWidth(0.5 * strokeWidth);
2538 c.setStrokeWidth(2 * strokeWidth);
2554 c.setStrokeWidth(3 * strokeWidth);
2607 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
2608 var strokeWidth1 = strokeWidth * w / 123;
2609 var strokeWidth2 = strokeWidth * h /142;
2611 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
2612 c.setStrokeWidth(strokeWidth);
2614 this.background(c, 0, 0, w, h, strokeWidth);
2616 this.foreground(c, 0, 0, w, h, strokeWidth);
2619 mxShapeAws3dOracleDatabaseServer.prototype.background = function(c, x, y, w, h, strokeWidth) argument
2624 c.setStrokeWidth(2 * strokeWidth);
2642 mxShapeAws3dOracleDatabaseServer.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
2689 c.setStrokeWidth(0.5 * strokeWidth);
2895 c.setStrokeWidth(2 * strokeWidth);
2948 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
2949 var strokeWidth1 = strokeWidth * w / 123;
2950 var strokeWidth2 = strokeWidth * h /133;
2952 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
2953 c.setStrokeWidth(strokeWidth);
2955 this.background(c, 0, 0, w, h, strokeWidth);
2957 this.foreground(c, 0, 0, w, h, strokeWidth);
2960 mxShapeAws3dRdsMaster.prototype.background = function(c, x, y, w, h, strokeWidth) argument
2964 c.setStrokeWidth(2 * strokeWidth);
2982 mxShapeAws3dRdsMaster.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
3059 c.setStrokeWidth(2 * strokeWidth);
3112 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
3113 var strokeWidth1 = strokeWidth * w / 123;
3114 var strokeWidth2 = strokeWidth * h /133;
3116 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
3117 c.setStrokeWidth(strokeWidth);
3119 this.background(c, 0, 0, w, h, strokeWidth);
3121 this.foreground(c, 0, 0, w, h, strokeWidth);
3124 mxShapeAws3dRds.prototype.background = function(c, x, y, w, h, strokeWidth) argument
3128 c.setStrokeWidth(2 * strokeWidth);
3146 mxShapeAws3dRds.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
3214 c.setStrokeWidth(2 * strokeWidth);
3267 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
3268 var strokeWidth1 = strokeWidth * w / 117;
3269 var strokeWidth2 = strokeWidth * h /134.4;
3271 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
3272 c.setStrokeWidth(strokeWidth);
3274 this.background(c, 0, 0, w, h, strokeWidth);
3276 this.foreground(c, 0, 0, w, h, strokeWidth);
3279 mxShapeAws3dRoute53.prototype.background = function(c, x, y, w, h, strokeWidth) argument
3283 c.setStrokeWidth(2 * strokeWidth);
3300 mxShapeAws3dRoute53.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
3367 c.setStrokeWidth(2 * strokeWidth);
3419 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
3420 var strokeWidth1 = strokeWidth * w / 61.5;
3421 var strokeWidth2 = strokeWidth * h / 63.8;
3424 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
3427 c.setStrokeWidth(strokeWidth);
3430 c.setStrokeWidth(2 * strokeWidth);
3486 c.setStrokeWidth(2 * strokeWidth);
3537 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
3538 var strokeWidth1 = strokeWidth * w / 231.5;
3539 var strokeWidth2 = strokeWidth * h / 239;
3541 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
3543 this.background(c, 0, 0, w, h, strokeWidth);
3545 this.foreground(c, 0, 0, w, h, strokeWidth);
3548 mxShapeAws3dS3.prototype.background = function(c, x, y, w, h, strokeWidth) argument
3550 c.setStrokeWidth(strokeWidth);
3553 c.setStrokeWidth(2 * strokeWidth);
3568 mxShapeAws3dS3.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
3642 c.setStrokeWidth(2 * strokeWidth);
3693 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
3694 var strokeWidth1 = strokeWidth * w / 123;
3695 var strokeWidth2 = strokeWidth * h /133;
3697 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
3698 c.setStrokeWidth(strokeWidth);
3700 this.background(c, 0, 0, w, h, strokeWidth);
3702 this.foreground(c, 0, 0, w, h, strokeWidth);
3705 mxShapeAws3dSimpleDB.prototype.background = function(c, x, y, w, h, strokeWidth) argument
3710 c.setStrokeWidth(2 * strokeWidth);
3728 mxShapeAws3dSimpleDB.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
3800 c.setStrokeWidth(2.2 * strokeWidth);
3815 c.setStrokeWidth(2 * strokeWidth);
3868 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
3869 var strokeWidth1 = strokeWidth * w / 184;
3870 var strokeWidth2 = strokeWidth * h / 212.75;
3872 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
3874 this.background(c, 0, 0, w, h, strokeWidth);
3876 this.foreground(c, 0, 0, w, h, strokeWidth);
3879 mxShapeAws3dSqs.prototype.background = function(c, x, y, w, h, strokeWidth) argument
3881 c.setStrokeWidth(strokeWidth);
3884 c.setStrokeWidth(2 * strokeWidth);
3901 mxShapeAws3dSqs.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
3984 c.setStrokeWidth(2 * strokeWidth);
4037 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
4038 var strokeWidth1 = strokeWidth * w / 116.7;
4039 var strokeWidth2 = strokeWidth * h / 102.8;
4041 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
4043 this.background(c, 0, 0, w, h, strokeWidth);
4045 this.foreground(c, 0, 0, w, h, strokeWidth);
4048 mxShapeAws3dVpcGateway.prototype.background = function(c, x, y, w, h, strokeWidth) argument
4050 c.setStrokeWidth(strokeWidth);
4056 c.setStrokeWidth(2 * strokeWidth);
4116 c.setStrokeWidth(2 * strokeWidth);
4130 c.setStrokeWidth(2 * strokeWidth);
4145 mxShapeAws3dVpcGateway.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
4193 c.setStrokeWidth(2 * strokeWidth);
4266 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
4267 var strokeWidth1 = strokeWidth * w / 123;
4268 var strokeWidth2 = strokeWidth * h / 106;
4270 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
4272 this.background(c, 0, 0, w, h, strokeWidth);
4274 this.foreground(c, 0, 0, w, h, strokeWidth);
4277 mxShapeAws3dWebServer.prototype.background = function(c, x, y, w, h, strokeWidth) argument
4279 c.setStrokeWidth(strokeWidth);
4282 c.setStrokeWidth(2 * strokeWidth);
4297 mxShapeAws3dWebServer.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
4358 c.setStrokeWidth(2 * strokeWidth);
4409 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
4410 var strokeWidth1 = strokeWidth * w / 181.5;
4411 var strokeWidth2 = strokeWidth * h / 210;
4413 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
4415 this.background(c, 0, 0, w, h, strokeWidth);
4417 this.foreground(c, 0, 0, w, h, strokeWidth);
4420 mxShapeAws3dDynamoDB.prototype.background = function(c, x, y, w, h, strokeWidth) argument
4422 c.setStrokeWidth(strokeWidth);
4425 c.setStrokeWidth(2 * strokeWidth);
4444 mxShapeAws3dDynamoDB.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
4596 c.setStrokeWidth(2 * strokeWidth);
4651 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
4652 var strokeWidth1 = strokeWidth * w / 123;
4653 var strokeWidth2 = strokeWidth * h /133;
4655 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
4656 c.setStrokeWidth(strokeWidth);
4658 this.background(c, 0, 0, w, h, strokeWidth);
4660 this.foreground(c, 0, 0, w, h, strokeWidth);
4663 mxShapeAws3dElasticMapReduce.prototype.background = function(c, x, y, w, h, strokeWidth) argument
4667 c.setStrokeWidth(2 * strokeWidth);
4685 mxShapeAws3dElasticMapReduce.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
4806 c.setStrokeWidth(2 * strokeWidth);
4858 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
4859 var strokeWidth1 = strokeWidth * w / 123;
4860 var strokeWidth2 = strokeWidth * h /133;
4862 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
4863 c.setStrokeWidth(strokeWidth);
4865 this.background(c, 0, 0, w, h, strokeWidth);
4867 this.foreground(c, 0, 0, w, h, strokeWidth);
4870 mxShapeAws3dRdsSlave.prototype.background = function(c, x, y, w, h, strokeWidth) argument
4874 c.setStrokeWidth(2 * strokeWidth);
4892 mxShapeAws3dRdsSlave.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
4978 c.setStrokeWidth(2 * strokeWidth);
5031 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
5033 var strokeWidth1 = strokeWidth * w / 92;
5034 var strokeWidth2 = strokeWidth * h / 60;
5036 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
5038 c.setStrokeWidth(strokeWidth);
5042 c.setStrokeWidth(2 * strokeWidth);
5111 c.setStrokeWidth(2 * strokeWidth);
5184 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
5185 var strokeWidth1 = strokeWidth * w / 92;
5186 var strokeWidth2 = strokeWidth * h / 60;
5189 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
5191 c.setStrokeWidth(strokeWidth);
5195 c.setStrokeWidth(2 * strokeWidth);
5265 c.setStrokeWidth(2 * strokeWidth);
5318 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
5319 var strokeWidth1 = strokeWidth * w / 123;
5320 var strokeWidth2 = strokeWidth * h /133;
5322 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
5323 c.setStrokeWidth(strokeWidth);
5325 this.background(c, 0, 0, w, h, strokeWidth);
5327 this.foreground(c, 0, 0, w, h, strokeWidth);
5330 mxShapeAws3dOracleServer.prototype.background = function(c, x, y, w, h, strokeWidth) argument
5335 c.setStrokeWidth(2 * strokeWidth);
5350 mxShapeAws3dOracleServer.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
5389 c.setStrokeWidth(0.5 * strokeWidth);
5606 c.setStrokeWidth(2 * strokeWidth);
5656 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
5657 var strokeWidth1 = strokeWidth * w / 57;
5658 var strokeWidth2 = strokeWidth * h /34;
5660 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
5661 c.setStrokeWidth(strokeWidth);
5663 this.background(c, 0, 0, w, h, strokeWidth);
5665 this.foreground(c, 0, 0, w, h, strokeWidth);
5668 mxShapeAws3dSecureConnection.prototype.background = function(c, x, y, w, h, strokeWidth) argument
5686 mxShapeAws3dSecureConnection.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
5750 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
5751 var strokeWidth1 = strokeWidth * w / 151;
5752 var strokeWidth2 = strokeWidth * h / 192;
5754 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
5756 this.background(c, 0, 0, w, h, strokeWidth);
5758 this.foreground(c, 0, 0, w, h, strokeWidth);
5761 mxShapeAws3dEmailService.prototype.background = function(c, x, y, w, h, strokeWidth) argument
5763 c.setStrokeWidth(strokeWidth);
5766 c.setStrokeWidth(2 * strokeWidth);
5783 mxShapeAws3dEmailService.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
5908 c.setStrokeWidth(2 * strokeWidth);
5961 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
5963 var strokeWidth1 = strokeWidth * w / 74;
5964 var strokeWidth2 = strokeWidth * h / 50;
5966 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
5968 c.setStrokeWidth(strokeWidth);
5972 c.setStrokeWidth(2 * strokeWidth);
6104 c.setStrokeWidth(2 * strokeWidth);
6155 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
6156 var strokeWidth1 = strokeWidth * w / 62;
6157 var strokeWidth2 = strokeWidth * h / 53.5;
6160 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
6163 c.setStrokeWidth(strokeWidth);
6166 c.setStrokeWidth(2 * strokeWidth);
6247 c.setStrokeWidth(2 * strokeWidth);
6298 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
6299 var strokeWidth1 = strokeWidth * w / 181.5;
6300 var strokeWidth2 = strokeWidth * h / 140;
6303 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
6306 c.setStrokeWidth(strokeWidth);
6310 c.setStrokeWidth(2 * strokeWidth);
6468 c.setStrokeWidth(2 * strokeWidth);
6519 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
6520 var strokeWidth1 = strokeWidth * w / 181.5;
6521 var strokeWidth2 = strokeWidth * h / 210;
6523 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
6525 this.background(c, 0, 0, w, h, strokeWidth);
6527 this.foreground(c, 0, 0, w, h, strokeWidth);
6530 mxShapeAws3dSimpleDB2.prototype.background = function(c, x, y, w, h, strokeWidth) argument
6532 c.setStrokeWidth(strokeWidth);
6536 c.setStrokeWidth(2 * strokeWidth);
6554 mxShapeAws3dSimpleDB2.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
6643 c.setStrokeWidth(3 * strokeWidth);
6659 c.setStrokeWidth(2 * strokeWidth);
6713 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
6714 var strokeWidth1 = strokeWidth * w / 181.5;
6715 var strokeWidth2 = strokeWidth * h / 210;
6717 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
6719 this.background(c, 0, 0, w, h, strokeWidth);
6721 this.foreground(c, 0, 0, w, h, strokeWidth);
6724 mxShapeAws3dWorkflowService.prototype.background = function(c, x, y, w, h, strokeWidth) argument
6726 c.setStrokeWidth(strokeWidth);
6730 c.setStrokeWidth(2 * strokeWidth);
6744 mxShapeAws3dWorkflowService.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
6801 c.setStrokeWidth(2 * strokeWidth);
6840 c.setStrokeWidth(2 * strokeWidth);
6891 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
6893 var strokeWidth1 = strokeWidth * w / 74;
6894 var strokeWidth2 = strokeWidth * h / 50;
6896 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
6898 c.setStrokeWidth(strokeWidth);
6902 c.setStrokeWidth(2 * strokeWidth);
6971 c.setStrokeWidth(1.6 * strokeWidth);
7053 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
7054 var strokeWidth1 = strokeWidth * w / 180;
7055 var strokeWidth2 = strokeWidth * h / 192;
7057 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
7059 this.background(c, 0, 0, w, h, strokeWidth);
7061 this.foreground(c, 0, 0, w, h, strokeWidth);
7064 mxShapeAws3dSearchEngine.prototype.background = function(c, x, y, w, h, strokeWidth) argument
7066 c.setStrokeWidth(strokeWidth);
7070 c.setStrokeWidth(2 * strokeWidth);
7091 mxShapeAws3dSearchEngine.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
7204 c.setStrokeWidth(2 * strokeWidth);
7261 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
7262 var strokeWidth1 = strokeWidth * w / 180;
7263 var strokeWidth2 = strokeWidth * h / 192;
7265 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
7267 this.background(c, 0, 0, w, h, strokeWidth);
7269 this.foreground(c, 0, 0, w, h, strokeWidth);
7272 mxShapeAws3dSecurityTokenService.prototype.background = function(c, x, y, w, h, strokeWidth) argument
7274 c.setStrokeWidth(strokeWidth);
7278 c.setStrokeWidth(2 * strokeWidth);
7299 mxShapeAws3dSecurityTokenService.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
7410 c.setStrokeWidth(1.5 * strokeWidth);
7443 c.setStrokeWidth(2 * strokeWidth);
7499 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
7500 var strokeWidth1 = strokeWidth * w / 180;
7501 var strokeWidth2 = strokeWidth * h / 192;
7503 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
7505 this.background(c, 0, 0, w, h, strokeWidth);
7507 this.foreground(c, 0, 0, w, h, strokeWidth);
7510 mxShapeAws3dGlacier.prototype.background = function(c, x, y, w, h, strokeWidth) argument
7512 c.setStrokeWidth(strokeWidth);
7515 c.setStrokeWidth(2 * strokeWidth);
7533 mxShapeAws3dGlacier.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
7595 c.setStrokeWidth(2 * strokeWidth);
7648 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
7649 var strokeWidth1 = strokeWidth * w / 116.7;
7650 var strokeWidth2 = strokeWidth * h / 102.8;
7652 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
7654 this.background(c, 0, 0, w, h, strokeWidth);
7656 this.foreground(c, 0, 0, w, h, strokeWidth);
7659 mxShapeAws3dCustomerGateway.prototype.background = function(c, x, y, w, h, strokeWidth) argument
7661 c.setStrokeWidth(strokeWidth);
7667 c.setStrokeWidth(2 * strokeWidth);
7727 c.setStrokeWidth(2 * strokeWidth);
7741 c.setStrokeWidth(2 * strokeWidth);
7756 mxShapeAws3dCustomerGateway.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
7804 c.setStrokeWidth(2 * strokeWidth);
7899 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
7900 var strokeWidth1 = strokeWidth * w / 149.5;
7901 var strokeWidth2 = strokeWidth * h / 187.5;
7903 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
7905 this.background(c, 0, 0, w, h, strokeWidth);
7907 this.foreground(c, 0, 0, w, h, strokeWidth);
7910 mxShapeAws3dRedshift.prototype.background = function(c, x, y, w, h, strokeWidth) argument
7912 c.setStrokeWidth(strokeWidth);
7916 c.setStrokeWidth(2 * strokeWidth);
7947 mxShapeAws3dRedshift.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
8112 c.setStrokeWidth(2 * strokeWidth);
8178 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
8179 var strokeWidth1 = strokeWidth * w / 92;
8180 var strokeWidth2 = strokeWidth * h / 109.5;
8182 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
8184 this.background(c, 0, 0, w, h, strokeWidth);
8186 this.foreground(c, 0, 0, w, h, strokeWidth);
8189 mxShapeAws3dLambda.prototype.background = function(c, x, y, w, h, strokeWidth) argument
8191 c.setStrokeWidth(strokeWidth);
8194 c.setStrokeWidth(2 * strokeWidth);
8211 mxShapeAws3dLambda.prototype.foreground = function(c, x, y, w, h, strokeWidth) argument
8306 c.setStrokeWidth(2 * strokeWidth);
8358 var strokeWidth = parseFloat(mxUtils.getValue(this.state.style, 'strokeWidth', '1'));
8359 var strokeWidth1 = strokeWidth * w / 92;
8360 var strokeWidth2 = strokeWidth * h / 60;
8363 strokeWidth = Math.min(strokeWidth1, strokeWidth2);
8365 c.setStrokeWidth(strokeWidth);
8369 c.setStrokeWidth(2 * strokeWidth);
8439 c.setStrokeWidth(2 * strokeWidth);