Lines Matching refs:w

21 mxShapeSysMLComposite.prototype.paintForeground = function(c, x, y, w, h)  argument
31 shape.prototype.paintVertexShape.call(tmp, c, x, y, w, h); argument
58 spacing += this.getArcSize(w + this.strokewidth, h + this.strokewidth) * arcspacing;
59 vspacing += this.getArcSize(w + this.strokewidth, h + this.strokewidth) * arcspacing;
67 x2 += (w - width) / 2;
71 x2 += w - width - spacing;
139 mxShapeSysMLPackage.prototype.getConstraints = function(style, w, h) argument
168 mxShapeSysMLPackage.prototype.paintVertexShape = function(c, x, y, w, h) argument
171 this.background(c, x, y, w, h);
173 this.foreground(c, x, y, w, h);
176 mxShapeSysMLPackage.prototype.background = function(c, x, y, w, h) argument
178 c.rect(0, 0, w, h);
182 mxShapeSysMLPackage.prototype.foreground = function(c, x, y, w, h) argument
187 xSize = Math.min(xSize, w);
252 mxShapeSysMLPackage2.prototype.paintVertexShape = function(c, x, y, w, h) argument
255 this.background(c, x, y, w, h);
257 this.foreground(c, x, y, w, h);
260 mxShapeSysMLPackage2.prototype.background = function(c, x, y, w, h) argument
262 c.rect(0, 0, w, h);
266 mxShapeSysMLPackage2.prototype.foreground = function(c, x, y, w, h) argument
271 xSize = Math.min(xSize, w);
333 mxShapeSysMLNone.prototype.paintVertexShape = function(c, x, y, w, h) argument
368 mxShapeSysMLRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
370 c.rect(x, y, w, h);
405 mxShapeSysMLPortOne.prototype.paintVertexShape = function(c, x, y, w, h) argument
407 c.rect(x + w * 0.05, y, w - w * 0.1, h);
413 mxShapeSysMLPortOne.prototype.getConstraints = function(style, w, h) argument
464 mxShapeSysMLPortTwo.prototype.paintVertexShape = function(c, x, y, w, h) argument
466 c.rect(x + w * 0.05, y, w * 0.8, h);
472 mxShapeSysMLPortTwo.prototype.getConstraints = function(style, w, h) argument
523 mxShapeSysMLPortThree.prototype.paintVertexShape = function(c, x, y, w, h) argument
525 c.rect(x + w * 0.07, y, w * 0.86, h);
527 c.rect(x, y + h * 0.125, w * 0.14, h * 0.25);
529 c.rect(x, y + h * 0.625, w * 0.14, h * 0.25);
531 c.rect(x + w * 0.86, y + h * 0.375, w * 0.14, h * 0.25);
533 this.drawIn(c, x + w * 0.01, y + h * 0.2, w * 0.11, h * 0.10);
534 this.drawOut(c, x + w * 0.02, y + h * 0.7, w * 0.11, h * 0.10);
535 this.drawInOut(c, x + w * 0.88, y + h * 0.45, w * 0.1, h * 0.10);
538 mxShapeSysMLPortThree.prototype.drawIn = function(c, x, y, w, h) argument
542 c.lineTo(x + w, y + h * 0.5);
543 c.moveTo(x + w * 0.75, y);
544 c.lineTo(x + w, y + h * 0.5);
545 c.lineTo(x + w * 0.75, y + h);
549 mxShapeSysMLPortThree.prototype.drawOut = function(c, x, y, w, h) argument
553 c.lineTo(x + w, y + h * 0.5);
554 c.moveTo(x + w * 0.25, y);
556 c.lineTo(x + w * 0.25, y + h);
560 mxShapeSysMLPortThree.prototype.drawInOut = function(c, x, y, w, h) argument
563 c.moveTo(x + w * 0.75, y);
564 c.lineTo(x + w, y + h * 0.5);
565 c.lineTo(x + w * 0.75, y + h);
566 c.moveTo(x + w * 0.25, y);
568 c.lineTo(x + w * 0.25, y + h);
603 mxShapeSysMLPortFour.prototype.paintVertexShape = function(c, x, y, w, h) argument
605 c.rect(x + w * 0.05, y, w - w * 0.05, h);
663 mxShapeSysMLItemFlow.prototype.paintVertexShape = function(c, x, y, w, h) argument
670 c.rect(x, y + 10, w, h - 10);
675 c.rect(x + w * 0.5 - 10, y, 20, 20);
680 this.drawDown(c, x + w * 0.5 - 5, y + 2, 10, 16);
684 this.drawUp(c, x + w * 0.5 - 5, y + 2, 10, 16);
689 c.rect(x, y, w, h - 10);
694 c.rect(x + w * 0.5 - 10, y + h - 20, 20, 20);
699 this.drawUp(c, x + w * 0.5 - 5, y + h - 18, 10, 16);
703 this.drawDown(c, x + w * 0.5 - 5, y + h - 18, 10, 16);
708 c.rect(x + 10, y, w - 10, h);
727 c.rect(x, y, w - 10, h);
732 c.rect(x + w - 20, y + h * 0.5 - 10, 20, 20);
737 this.drawLeft(c, x + w - 18, y + h * 0.5 - 5, 16, 10);
741 this.drawRight(c, x + w - 18, y + h * 0.5 - 5, 16, 10);
746 mxShapeSysMLItemFlow.prototype.drawRight = function(c, x, y, w, h) argument
750 c.lineTo(x + w, y + h * 0.5);
751 c.moveTo(x + w * 0.75, y);
752 c.lineTo(x + w, y + h * 0.5);
753 c.lineTo(x + w * 0.75, y + h);
757 mxShapeSysMLItemFlow.prototype.drawDown = function(c, x, y, w, h) argument
760 c.moveTo(x + w * 0.5, y);
761 c.lineTo(x + w * 0.5, y + h);
763 c.lineTo(x + w * 0.5, y + h);
764 c.lineTo(x + w, y + h * 0.75);
768 mxShapeSysMLItemFlow.prototype.drawLeft = function(c, x, y, w, h) argument
772 c.lineTo(x + w, y + h * 0.5);
773 c.moveTo(x + w * 0.25, y);
775 c.lineTo(x + w * 0.25, y + h);
779 mxShapeSysMLItemFlow.prototype.drawUp = function(c, x, y, w, h) argument
782 c.moveTo(x + w * 0.5, y + h);
783 c.lineTo(x + w * 0.5, y);
785 c.lineTo(x + w * 0.5, y);
786 c.lineTo(x + w, y + h * 0.25);
828 mxShapeSysMLItemFlowLeft.prototype.paintVertexShape = function(c, x, y, w, h) argument
830 c.rect(x + 10, y, w - 10, h);
880 mxShapeSysMLItemFlowRight.prototype.paintVertexShape = function(c, x, y, w, h) argument
882 c.rect(x, y, w - 10, h);
884 c.rect(x + w - 20, y + h * 0.25 - 10, 20, 20);
886 c.rect(x + w - 20, y + h * 0.5 - 10, 20, 20);
888 c.rect(x + w - 20, y + h * 0.75 - 10, 20, 20);
932 mxShapeSysMLNestedPort.prototype.paintVertexShape = function(c, x, y, w, h) argument
934 c.rect(x + w * 0.08, y, w * 0.92, h);
936 c.rect(x + w * 0.03, y + h * 0.1, w * 0.1, h * 0.8);
938 c.rect(x, y + h * 0.15, w * 0.06, h * 0.16);
940 c.rect(x, y + h * 0.42, w * 0.06, h * 0.16);
942 c.rect(x, y + h * 0.69, w * 0.06, h * 0.16);
1035 mxShapeSysMLParametricDiagram.prototype.paintVertexShape = function(c, x, y, w, h) argument
1037 c.roundrect(x, y, w, h, 10, 10);
1082 mxShapeSysMLConstraintProperty.prototype.paintVertexShape = function(c, x, y, w, h) argument
1084 c.rect(x, y, w, h);
1129 mxShapeSysMLCallBehaviorAction.prototype.paintVertexShape = function(c, x, y, w, h) argument
1131 c.roundrect(x, y, w, h, 10, 10);
1134 if ((h > 30) && (w > 40))
1138 this.drawSymb(c, x + w - 30, y + h - 30, 20, 20);
1142 mxShapeSysMLCallBehaviorAction.prototype.drawSymb = function(c, x, y, w, h) argument
1145 c.moveTo(x + w * 0.5, y);
1146 c.lineTo(x + w * 0.5, y + h);
1149 c.lineTo(x + w, y + h * 0.5);
1150 c.lineTo(x + w, y + h);
1156 mxShapeSysMLCallBehaviorAction.prototype.getConstraints = function(style, w, h) argument
1210 mxShapeSysMLAcceptEventAction.prototype.paintVertexShape = function(c, x, y, w, h) argument
1214 c.lineTo(x + w, y);
1215 c.lineTo(x + w, y + h);
1224 mxShapeSysMLAcceptEventAction.prototype.getConstraints = function(style, w, h) argument
1275 mxShapeSysMLTimeEvent.prototype.paintVertexShape = function(c, x, y, w, h) argument
1279 c.lineTo(x + w, y);
1281 c.lineTo(x + w, y + h);
1288 mxShapeSysMLTimeEvent.prototype.getConstraints = function(style, w, h) argument
1332 mxShapeSysMLSendSignalAction.prototype.paintVertexShape = function(c, x, y, w, h) argument
1336 c.lineTo(x + w - h * 0.3, y);
1337 c.lineTo(x + w, y + h * 0.5);
1338 c.lineTo(x + w - h * 0.3, y + h);
1346 mxShapeSysMLSendSignalAction.prototype.getConstraints = function(style, w, h) argument
1397 mxShapeSysMLActivityFinal.prototype.paintVertexShape = function(c, x, y, w, h) argument
1399 c.ellipse(x, y, w, h);
1405 c.ellipse(x + 5, y + 5, w - 10, h - 10);
1411 mxShapeSysMLActivityFinal.prototype.getConstraints = function(style, w, h) argument
1456 mxShapeSysMLActivityParameterNode.prototype.paintVertexShape = function(c, x, y, w, h) argument
1461 var minX = Math.max(w * 0.35, 70);
1462 var maxX = Math.min(w * 0.65, w - 10);
1469 c.lineTo(w - 10, h);
1470 c.lineTo(w - 10, 0);
1477 xSize = Math.min(xSize, w);
1495 c.rect(w - 20, h * 0.5 - 10, 20, 20);
1501 mxShapeSysMLActivityParameterNode.prototype.getConstraints = function(style, w, h) argument
1541 mxShapeSysMLControlOperator.prototype.paintVertexShape = function(c, x, y, w, h) argument
1544 this.background(c, x, y, w, h);
1546 this.foreground(c, x, y, w, h);
1549 mxShapeSysMLControlOperator.prototype.background = function(c, x, y, w, h) argument
1551 c.rect(0, 0, w, h);
1555 mxShapeSysMLControlOperator.prototype.foreground = function(c, x, y, w, h) argument
1560 xSize = Math.min(xSize, w);
1604 mxShapeSysMLFlowFinal.prototype.paintVertexShape = function(c, x, y, w, h) argument
1608 c.ellipse(0, 0, w, h);
1614 c.moveTo(w * 0.145, h * 0.145);
1615 c.lineTo(w * 0.855, h * 0.855);
1616 c.moveTo(w * 0.855, h * 0.145);
1617 c.lineTo(w * 0.145, h * 0.855);
1623 mxShapeSysMLFlowFinal.prototype.getConstraints = function(style, w, h) argument
1668 mxShapeSysMLIsControl.prototype.paintVertexShape = function(c, x, y, w, h) argument
1674 c.roundrect(10, 0, w - 20, h, 10, 10);
1676 c.rect(w - 10, h * 0.5 - 10, 10, 20);
1682 mxShapeSysMLIsControl.prototype.getConstraints = function(style, w, h) argument
1721 mxShapeSysMLIsStream.prototype.paintVertexShape = function(c, x, y, w, h) argument
1733 c.roundrect(10, 0, w - 20, h, 10, 10);
1737 c.rect(w - 10, h * 0.5 - 10, 10, 20);
1743 mxShapeSysMLIsStream.prototype.getConstraints = function(style, w, h) argument
1782 mxShapeSysMLIsActStream.prototype.paintVertexShape = function(c, x, y, w, h) argument
1787 c.rect(0, 0, w - 10, h);
1793 xSize = Math.min(xSize, w);
1807 c.rect(w - 20, h * 0.5 - 10, 20, 20);
1813 mxShapeSysMLIsActStream.prototype.getConstraints = function(style, w, h) argument
1854 mxShapeSysMLParameterSet.prototype.paintVertexShape = function(c, x, y, w, h) argument
1860 c.roundrect(10, 0, w - 20, h, 10, 10);
1862 c.rect(w - 10, h * 0.5 - 28, 10, 56);
1871 c.rect(w - 10, h * 0.5 - 24, 6, 20);
1873 c.rect(w - 10, h * 0.5 + 4, 6, 20);
1879 mxShapeSysMLParameterSet.prototype.getConstraints = function(style, w, h) argument
1928 mxShapeSysMLParameterActivitySet.prototype.paintVertexShape = function(c, x, y, w, h) argument
1933 c.rect(10, 0, w - 20, h);
1939 xSize = Math.min(xSize, w);
1964 c.rect(w - 15, h * 0.5 - 28, 15, 56);
1966 c.rect(w - 19, h * 0.5 - 24, 15, 20);
1968 c.rect(w - 19, h * 0.5 + 4, 15, 20);
1975 mxShapeSysMLParameterActivitySet.prototype.getConstraints = function(style, w, h) argument
2024 mxShapeSysMLProbability.prototype.paintVertexShape = function(c, x, y, w, h) argument
2028 c.roundrect(0, 0, w - 10, h, 10, 10);
2030 c.rect(w - 10, h * 0.25 - 28, 10, 56);
2032 c.rect(w - 10, h * 0.75 - 28, 10, 56);
2037 c.rect(w - 10, h * 0.25 - 24, 6, 20);
2039 c.rect(w - 10, h * 0.25 + 4, 6, 20);
2041 c.rect(w - 10, h * 0.75 - 24, 6, 20);
2043 c.rect(w - 10, h * 0.75 + 4, 6, 20);
2049 mxShapeSysMLProbability.prototype.getConstraints = function(style, w, h) argument
2101 mxShapeSysMLActivityProbability.prototype.paintVertexShape = function(c, x, y, w, h) argument
2106 c.rect(0, 0, w - 10, h);
2112 xSize = Math.min(xSize, w);
2130 c.rect(w - 15, h * 0.25 - 28, 15, 56);
2132 c.rect(w - 19, h * 0.25 - 24, 15, 20);
2134 c.rect(w - 19, h * 0.25 + 4, 15, 20);
2137 c.rect(w - 15, h * 0.75 - 28, 15, 56);
2139 c.rect(w - 19, h * 0.75 - 24, 15, 20);
2141 c.rect(w - 19, h * 0.75 + 4, 15, 20);
2148 mxShapeSysMLActivityProbability.prototype.getConstraints = function(style, w, h) argument
2200 mxShapeSysMLObjectFlowRight.prototype.paintVertexShape = function(c, x, y, w, h) argument
2204 c.roundrect(0, 0, w - 10, h, 10, 10);
2206 c.rect(w - 10, h * 0.5 - 10, 10, 20);
2212 mxShapeSysMLObjectFlowRight.prototype.getConstraints = function(style, w, h) argument
2253 mxShapeSysMLObjectFlowLeft.prototype.paintVertexShape = function(c, x, y, w, h) argument
2259 c.roundrect(10, 0, w - 10, h, 10, 10);
2265 mxShapeSysMLObjectFlowLeft.prototype.getConstraints = function(style, w, h) argument
2306 mxShapeSysMLActivityPartition.prototype.paintVertexShape = function(c, x, y, w, h) argument
2313 c.moveTo(w, 0);
2314 c.lineTo(w, h);
2350 mxShapeSysMLContinuation.prototype.paintVertexShape = function(c, x, y, w, h) argument
2354 if (w > h)
2359 c.moveTo(w - r, 0);
2360 c.arcTo(r, r, 0, 0, 1, w - r, h);
2368 var r = w * 0.5;
2372 c.arcTo(r, r, 0, 0, 0, w, h - r);
2373 c.lineTo(w, r);
2382 mxShapeSysMLContinuation.prototype.getConstraints = function(style, w, h) argument
2391 if (w > h)
2395 if (w > 2 * h)
2405 var r = w * 0.5;
2407 if (h > 2 * w)
2417 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - r * 0.29, r * 0.29));
2419 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - r * 0.29, h - r * 0.29)…
2453 mxShapeSysMLCoregion.prototype.paintVertexShape = function(c, x, y, w, h) argument
2464 c.lineTo(w, 0);
2465 c.lineTo(w, brack);
2468 c.lineTo(w, h);
2469 c.lineTo(w, h - brack);
2524 mxShapeSysMLDimension.prototype.paintVertexShape = function(c, x, y, w, h) argument
2527 this.background(c, x, y, w, h);
2530 mxShapeSysMLDimension.prototype.background = function(c, x, y, w, h) argument
2534 c.lineTo(w, 20);
2538 c.moveTo(w - 10, 15);
2539 c.lineTo(w, 20);
2540 c.lineTo(w - 10, 25);
2543 c.moveTo(w, 15);
2544 c.lineTo(w, h);
2623 mxShapeSysMLCompositeState.prototype.paintVertexShape = function(c, x, y, w, h) argument
2626 this.background(c, x, y, w, h);
2629 mxShapeSysMLCompositeState.prototype.background = function(c, x, y, w, h) argument
2633 c.roundrect(0, tabH, w, h - tabH, 10, 10);
2641 mxShapeSysMLCompositeState.prototype.getConstraints = function(style, w, h) argument
2646 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 2.9, 22.9));
2648 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 2.9, h - 2.9));
2662 if (w * 0.75 > 125)
2666 if (w * 0.5 > 125)
2670 if (w * 0.25 > 125)
2709 mxShapeSysMLRegion.prototype.paintVertexShape = function(c, x, y, w, h) argument
2715 this.background(c, x, y, w, h, tabH, tabW);
2717 this.foreground(c, x, y, w, h, tabH, tabW);
2720 mxShapeSysMLRegion.prototype.background = function(c, x, y, w, h, tabH, tabW) argument
2723 c.roundrect(0, tabH, w, h - tabH, 10, 10);
2732 mxShapeSysMLRegion.prototype.foreground = function(c, x, y, w, h, tabH, tabW) argument
2736 c.moveTo(w * 0.5, tabH);
2737 c.lineTo(w * 0.5, h);
2743 mxShapeSysMLRegion.prototype.getConstraints = function(style, w, h) argument
2748 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 2.9, 22.9));
2750 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 2.9, h - 2.9));
2764 if (w * 0.75 > 65)
2768 if (w * 0.5 > 65)
2772 if (w * 0.25 > 65)
2811 mxShapeSysMLSimpleState.prototype.paintVertexShape = function(c, x, y, w, h) argument
2814 this.background(c, x, y, w, h);
2819 mxShapeSysMLSimpleState.prototype.background = function(c, x, y, w, h) argument
2822 c.roundrect(0, 0, w, h, 10, 10);
2826 mxShapeSysMLSimpleState.prototype.foreground = function(c, x, y, w, h) argument
2830 c.lineTo(w, 20);
2836 mxShapeSysMLSimpleState.prototype.getConstraints = function(style, w, h) argument
2841 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 2.9, 2.9));
2843 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 2.9, h - 2.9));
2889 mxShapeSysMLStateMachine.prototype.paintVertexShape = function(c, x, y, w, h) argument
2892 this.background(c, x, y, w, h);
2894 this.foreground(c, x, y, w, h);
2897 mxShapeSysMLStateMachine.prototype.background = function(c, x, y, w, h) argument
2899 c.roundrect(0, 0, w - 10, h, 10, 10);
2903 mxShapeSysMLStateMachine.prototype.foreground = function(c, x, y, w, h) argument
2908 c.ellipse(w - 20, h * 0.5 - 10, 20, 20);
2911 c.ellipse(w - 17, h * 0.5 - 7, 14, 14);
2917 mxShapeSysMLStateMachine.prototype.getConstraints = function(style, w, h) argument
2922 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 12.9, 2.9));
2924 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 12.9, h - 2.9));
2970 mxShapeSysMLX.prototype.paintVertexShape = function(c, x, y, w, h) argument
2976 c.lineTo(w, h);
2978 c.lineTo(w, 0);
2984 mxShapeSysMLX.prototype.getConstraints = function(style, w, h) argument
3025 mxShapeSysMLSubmachineState.prototype.paintVertexShape = function(c, x, y, w, h) argument
3028 this.background(c, x, y, w, h);
3030 this.foreground(c, x, y, w, h);
3033 mxShapeSysMLSubmachineState.prototype.background = function(c, x, y, w, h) argument
3035 c.roundrect(0, 0, w - 10, h, 10, 10);
3039 mxShapeSysMLSubmachineState.prototype.foreground = function(c, x, y, w, h) argument
3044 c.ellipse(w - 20, h * 0.5 - 10, 20, 20);
3047 c.ellipse(w - 17, h * 0.5 - 7, 14, 14);
3053 mxShapeSysMLSubmachineState.prototype.getConstraints = function(style, w, h) argument
3058 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 12.9, 2.9));
3060 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 12.9, h - 2.9));
3106 mxShapeSysMLUseCaseExtensionPoints.prototype.paintVertexShape = function(c, x, y, w, h) argument
3109 this.background(c, x, y, w, h);
3111 this.foreground(c, x, y, w, h);
3114 mxShapeSysMLUseCaseExtensionPoints.prototype.background = function(c, x, y, w, h) argument
3116 c.ellipse(0, 0, w, h);
3120 mxShapeSysMLUseCaseExtensionPoints.prototype.foreground = function(c, x, y, w, h) argument
3123 c.moveTo(w * 0.02, h * 0.35);
3124 c.lineTo(w * 0.98, h * 0.35);
3130 mxShapeSysMLUseCaseExtensionPoints.prototype.getConstraints = function(style, w, h) argument