Lines Matching refs:h

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;
80 y2 += (h - height) / 2;
84 y2 += h - height - vspacing;
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
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
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
541 c.moveTo(x, y + h * 0.5);
542 c.lineTo(x + w, y + h * 0.5);
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
552 c.moveTo(x, y + h * 0.5);
553 c.lineTo(x + w, y + h * 0.5);
555 c.lineTo(x, y + h * 0.5);
556 c.lineTo(x + w * 0.25, y + h);
560 mxShapeSysMLPortThree.prototype.drawInOut = function(c, x, y, w, h) argument
564 c.lineTo(x + w, y + h * 0.5);
565 c.lineTo(x + w * 0.75, y + h);
567 c.lineTo(x, y + h * 0.5);
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);
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);
713 c.rect(x, y + h * 0.5 - 10, 20, 20);
718 this.drawRight(c, x + 2, y + h * 0.5 - 5, 16, 10);
722 this.drawLeft(c, x + 2, y + h * 0.5 - 5, 16, 10);
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
749 c.moveTo(x, y + h * 0.5);
750 c.lineTo(x + w, y + h * 0.5);
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
761 c.lineTo(x + w * 0.5, y + h);
762 c.moveTo(x, y + h * 0.75);
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
771 c.moveTo(x, y + h * 0.5);
772 c.lineTo(x + w, y + h * 0.5);
774 c.lineTo(x, y + h * 0.5);
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);
784 c.moveTo(x, y + h * 0.25);
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);
832 c.rect(x, y + h * 0.25 - 10, 20, 20);
834 c.rect(x, y + h * 0.5 - 10, 20, 20);
836 c.rect(x, y + h * 0.75 - 10, 20, 20);
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);
1042 if (h > 60)
1044 c.rect(x, y + h * 0.25 - 10, 20, 20);
1046 c.rect(x, y + h * 0.75 - 10, 20, 20);
1082 mxShapeSysMLConstraintProperty.prototype.paintVertexShape = function(c, x, y, w, h) argument
1084 c.rect(x, y, w, h);
1089 if (h > 60)
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
1146 c.lineTo(x + w * 0.5, y + h);
1147 c.moveTo(x, y + h);
1148 c.lineTo(x, y + h * 0.5);
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
1215 c.lineTo(x + w, y + h);
1216 c.lineTo(x, y + h);
1217 c.lineTo(x + h * 0.3, y + h * 0.5);
1224 mxShapeSysMLAcceptEventAction.prototype.getConstraints = function(style, w, h) argument
1241 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false, null, h * 0.3, 0));
1275 mxShapeSysMLTimeEvent.prototype.paintVertexShape = function(c, x, y, w, h) argument
1280 c.lineTo(x, y + h);
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);
1339 c.lineTo(x, y + h);
1346 mxShapeSysMLSendSignalAction.prototype.getConstraints = function(style, w, h) argument
1354 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, -h * 0.3, 0));
1356 constr.push(new mxConnectionConstraint(new mxPoint(1, 1), false, null, -h * 0.3, 0));
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
1464 c.moveTo(minX, h);
1465 c.lineTo(10, h);
1468 c.moveTo(maxX, h);
1469 c.lineTo(w - 10, h);
1491 c.rect(0, h * 0.35 - 10, 20, 20);
1493 c.rect(0, h * 0.65 - 10, 20, 20);
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
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
1672 c.rect(0, h * 0.5 - 10, 10, 20);
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
1729 c.rect(0, h * 0.5 - 10, 10, 20);
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);
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
1858 c.rect(0, h * 0.5 - 28, 10, 56);
1860 c.roundrect(10, 0, w - 20, h, 10, 10);
1862 c.rect(w - 10, h * 0.5 - 28, 10, 56);
1867 c.rect(4, h * 0.5 - 24, 6, 20);
1869 c.rect(4, h * 0.5 + 4, 6, 20);
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);
1955 if (h > 70)
1957 c.rect(0, h * 0.5 - 28, 15, 56);
1959 c.rect(4, h * 0.5 - 24, 15, 20);
1961 c.rect(4, h * 0.5 + 4, 15, 20);
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);
2128 if (h > 70)
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
2257 c.rect(0, h * 0.5 - 10, 10, 20);
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
2312 c.lineTo(0, h);
2314 c.lineTo(w, h);
2350 mxShapeSysMLContinuation.prototype.paintVertexShape = function(c, x, y, w, h) argument
2354 if (w > h)
2356 var r = h * 0.5;
2360 c.arcTo(r, r, 0, 0, 1, w - r, h);
2361 c.lineTo(r, h);
2371 c.moveTo(0, h - r);
2372 c.arcTo(r, r, 0, 0, 0, w, h - r);
2382 mxShapeSysMLContinuation.prototype.getConstraints = function(style, w, h) argument
2391 if (w > h)
2393 var r = h * 0.5;
2395 if (w > 2 * h)
2407 if (h > 2 * w)
2418 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, r * 0.29, h - 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
2459 brack = Math.min(brack, h);
2466 c.moveTo(0, h - brack);
2467 c.lineTo(0, h);
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
2542 c.lineTo(0, h);
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
2647 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 2.9, h - 2.9));
2648 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 2.9, h - 2.9));
2649 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - 20) * 0.25 + 20));
2650 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - 20) * 0.5 + 20));
2651 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - 20) * 0.75 + 20));
2652 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, (h - 20) * 0.25 + 20));
2653 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, (h - 20) * 0.5 + 20));
2654 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, (h - 20) * 0.75 + 20));
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
2737 c.lineTo(w * 0.5, h);
2743 mxShapeSysMLRegion.prototype.getConstraints = function(style, w, h) argument
2749 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 2.9, h - 2.9));
2750 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - 2.9, h - 2.9));
2751 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - 20) * 0.25 + 20));
2752 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - 20) * 0.5 + 20));
2753 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - 20) * 0.75 + 20));
2754 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, (h - 20) * 0.25 + 20));
2755 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, (h - 20) * 0.5 + 20));
2756 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, (h - 20) * 0.75 + 20));
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
2836 mxShapeSysMLSimpleState.prototype.getConstraints = function(style, w, h) argument
2842 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 2.9, h - 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
2923 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 2.9, h - 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);
2977 c.moveTo(0, h);
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
3059 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 2.9, h - 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