Lines Matching refs:mxConnectionConstraint

6423 		constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx, dy + 0.25 * m));
6424 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + 0.5 * m, dy + m * tan3…
6425 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + m, dy + 0.25 * m));
6426 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + m, dy + 0.75 * m));
6427 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + 0.5 * m, dy + (1 - tan…
6428 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx, dy + 0.75 * m));
6439 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
6440 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, isoH));
6441 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
6442 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, h - isoH));
6443 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
6444 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h - isoH));
6445 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false));
6446 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, isoH));
6460 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
6461 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false));
6462 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
6463 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false));
6464 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false));
6465 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, (h - s) * 0.5));
6466 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, h - s));
6467 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2, h));
6468 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h - s));
6469 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - s) * 0.5));
6473 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
6479 mxRectangleShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0, 0), true),
6480 new mxConnectionConstraint(new mxPoint(0.25, 0), true),
6481 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
6482 new mxConnectionConstraint(new mxPoint(0.75, 0), true),
6483 new mxConnectionConstraint(new mxPoint(1, 0), true),
6484 new mxConnectionConstraint(new mxPoint(0, 0.25), true),
6485 new mxConnectionConstraint(new mxPoint(0, 0.5), true),
6486 new mxConnectionConstraint(new mxPoint(0, 0.75), true),
6487 new mxConnectionConstraint(new mxPoint(1, 0.25), true),
6488 new mxConnectionConstraint(new mxPoint(1, 0.5), true),
6489 new mxConnectionConstraint(new mxPoint(1, 0.75), true),
6490 new mxConnectionConstraint(new mxPoint(0, 1), true),
6491 new mxConnectionConstraint(new mxPoint(0.25, 1), true),
6492 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
6493 new mxConnectionConstraint(new mxPoint(0.75, 1), true),
6494 new mxConnectionConstraint(new mxPoint(1, 1), true)];
6495 …mxEllipse.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0, 0), true), new mxConn…
6496 …new mxConnectionConstraint(new mxPoint(0, 1), true), new mxConnectionConstraint(new mxPoint(1, 1),…
6497 …new mxConnectionConstraint(new mxPoint(0.5, 0), true), new mxConnectionConstraint(new mxPoint(0.5,…
6498 …new mxConnectionConstraint(new mxPoint(0, 0.5), true), new mxConnectionConstraint(new mxPoint(1, 0…
6510 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
6511 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w - s) * 0.5, 0));
6512 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - s, 0));
6513 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - s * 0.5, s * 0.5));
6514 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, s));
6515 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, (h + s) * 0.5 ));
6516 constr.push(new mxConnectionConstraint(new mxPoint(1, 1), false));
6517 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
6518 constr.push(new mxConnectionConstraint(new mxPoint(0, 1), false));
6519 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false));
6523 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
6534 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false));
6535 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + s) * 0.5, 0));
6536 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, s, 0));
6537 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, s * 0.5, s * 0.5));
6538 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, s));
6539 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h + s) * 0.5 ));
6540 constr.push(new mxConnectionConstraint(new mxPoint(0, 1), false));
6541 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
6542 constr.push(new mxConnectionConstraint(new mxPoint(1, 1), false));
6543 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
6547 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
6558 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
6559 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w - s) * 0.5, 0));
6560 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - s, 0));
6561 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - s * 0.5, s * 0.5));
6562 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, s));
6563 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, (h + s) * 0.5));
6564 constr.push(new mxConnectionConstraint(new mxPoint(1, 1), false));
6565 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + s) * 0.5, h));
6566 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, s, h));
6567 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, s * 0.5, h - s * 0.5));
6568 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h - s));
6569 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - s) * 0.5));
6579 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
6580 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false));
6581 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
6582 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
6584 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, s));
6585 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, s));
6586 constr.push(new mxConnectionConstraint(new mxPoint(1, 1), false, null, 0, -s));
6587 constr.push(new mxConnectionConstraint(new mxPoint(0, 1), false, null, 0, -s));
6589 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, s + (h * 0.5 - s) * 0.5)…
6590 …constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, s + (h * 0.5 - s) * 0.5)…
6591 …constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, h - s - (h * 0.5 - s) * …
6592 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h - s - (h * 0.5 - s) * …
6594 constr.push(new mxConnectionConstraint(new mxPoint(0.145, 0), false, null, 0, s * 0.29));
6595 constr.push(new mxConnectionConstraint(new mxPoint(0.855, 0), false, null, 0, s * 0.29));
6596 constr.push(new mxConnectionConstraint(new mxPoint(0.855, 1), false, null, 0, -s * 0.29));
6597 constr.push(new mxConnectionConstraint(new mxPoint(0.145, 1), false, null, 0, -s * 0.29));
6611 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
6612 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx * 0.5, 0));
6613 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx, 0));
6614 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx, dy));
6615 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + dx) * 0.5, dy));
6619 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false));
6620 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx * 0.5, 0));
6621 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx, 0));
6622 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx, dy));
6623 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w - dx) * 0.5, dy));
6626 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, dy));
6627 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, (h - dy) * 0.25 + dy));
6628 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, (h - dy) * 0.5 + dy));
6629 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, (h - dy) * 0.75 + dy));
6630 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, h));
6631 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy));
6632 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - dy) * 0.25 + dy));
6633 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - dy) * 0.5 + dy));
6634 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - dy) * 0.75 + dy));
6635 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h));
6636 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 1), false));
6637 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
6638 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 1), false));
6658 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false, null));
6659 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, s, 0));
6660 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (s + w - dx) * 0.5, 0));
6661 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx, 0));
6662 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false, null));
6663 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx, h));
6664 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (s + w - dx) * 0.5, h));
6665 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, s, h));
6674 var constr = [new mxConnectionConstraint(new mxPoint(0, 0), false, null, x0),
6675 new mxConnectionConstraint(new mxPoint(0.25, 0), true),
6676 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
6677 new mxConnectionConstraint(new mxPoint(0.75, 0), true),
6678 new mxConnectionConstraint(new mxPoint(1, 0), true),
6679 new mxConnectionConstraint(new mxPoint(1, 0.25), true),
6680 new mxConnectionConstraint(new mxPoint(1, 0.5), true),
6681 new mxConnectionConstraint(new mxPoint(1, 0.75), true),
6682 new mxConnectionConstraint(new mxPoint(0, 1), false, null, x0),
6683 new mxConnectionConstraint(new mxPoint(0.25, 1), true),
6684 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
6685 new mxConnectionConstraint(new mxPoint(0.75, 1), true),
6686 new mxConnectionConstraint(new mxPoint(1, 1), true),
6687 new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, Math.min(h - 0.5 * dy, 1.5 * dy)),
6688 new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, Math.min(h - 0.5 * dy, 3.5 * dy))];
6692 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.75), false, null, x0));
6697 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false, null, x0));
6702 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.25), false, null, x0));
6710 mxCylinder.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.15, 0.05), false),
6711 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
6712 new mxConnectionConstraint(new mxPoint(0.85, 0.05), false),
6713 new mxConnectionConstraint(new mxPoint(0, 0.3), true),
6714 new mxConnectionConstraint(new mxPoint(0, 0.5), true),
6715 new mxConnectionConstraint(new mxPoint(0, 0.7), true),
6716 new mxConnectionConstraint(new mxPoint(1, 0.3), true),
6717 new mxConnectionConstraint(new mxPoint(1, 0.5), true),
6718 new mxConnectionConstraint(new mxPoint(1, 0.7), true),
6719 new mxConnectionConstraint(new mxPoint(0.15, 0.95), false),
6720 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
6721 new mxConnectionConstraint(new mxPoint(0.85, 0.95), false)];
6722 UmlActorShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.25, 0.1), false),
6723 new mxConnectionConstraint(new mxPoint(0.5, 0), false),
6724 … new mxConnectionConstraint(new mxPoint(0.75, 0.1), false),
6725 new mxConnectionConstraint(new mxPoint(0, 1/3), false),
6726 new mxConnectionConstraint(new mxPoint(0, 1), false),
6727 new mxConnectionConstraint(new mxPoint(1, 1/3), false),
6728 new mxConnectionConstraint(new mxPoint(1, 1), false),
6729 new mxConnectionConstraint(new mxPoint(0.5, 0.5), false)];
6730 ComponentShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.25, 0), true),
6731 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
6732 new mxConnectionConstraint(new mxPoint(0.75, 0), true),
6733 new mxConnectionConstraint(new mxPoint(0, 0.3), true),
6734 new mxConnectionConstraint(new mxPoint(0, 0.7), true),
6735 new mxConnectionConstraint(new mxPoint(1, 0.25), true),
6736 new mxConnectionConstraint(new mxPoint(1, 0.5), true),
6737 new mxConnectionConstraint(new mxPoint(1, 0.75), true),
6738 new mxConnectionConstraint(new mxPoint(0.25, 1), true),
6739 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
6740 new mxConnectionConstraint(new mxPoint(0.75, 1), true)];
6741 mxActor.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.5, 0), true),
6742 new mxConnectionConstraint(new mxPoint(0.25, 0.2), false),
6743 new mxConnectionConstraint(new mxPoint(0.1, 0.5), false),
6744 new mxConnectionConstraint(new mxPoint(0, 0.75), true),
6745 new mxConnectionConstraint(new mxPoint(0.75, 0.25), false),
6746 new mxConnectionConstraint(new mxPoint(0.9, 0.5), false),
6747 new mxConnectionConstraint(new mxPoint(1, 0.75), true),
6748 new mxConnectionConstraint(new mxPoint(0.25, 1), true),
6749 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
6750 new mxConnectionConstraint(new mxPoint(0.75, 1), true)];
6751 SwitchShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0, 0), false),
6752 new mxConnectionConstraint(new mxPoint(0.5, 0.25), false),
6753 new mxConnectionConstraint(new mxPoint(1, 0), false),
6754 new mxConnectionConstraint(new mxPoint(0.25, 0.5), false),
6755 new mxConnectionConstraint(new mxPoint(0.75, 0.5), false),
6756 new mxConnectionConstraint(new mxPoint(0, 1), false),
6757 new mxConnectionConstraint(new mxPoint(0.5, 0.75), false),
6758 new mxConnectionConstraint(new mxPoint(1, 1), false)];
6759 TapeShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0, 0.35), false),
6760 new mxConnectionConstraint(new mxPoint(0, 0.5), false),
6761 new mxConnectionConstraint(new mxPoint(0, 0.65), false),
6762 new mxConnectionConstraint(new mxPoint(1, 0.35), false),
6763 new mxConnectionConstraint(new mxPoint(1, 0.5), false),
6764 new mxConnectionConstraint(new mxPoint(1, 0.65), false),
6765 new mxConnectionConstraint(new mxPoint(0.25, 1), false),
6766 new mxConnectionConstraint(new mxPoint(0.75, 0), false)];
6767 StepShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.25, 0), true),
6768 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
6769 new mxConnectionConstraint(new mxPoint(0.75, 0), true),
6770 new mxConnectionConstraint(new mxPoint(0.25, 1), true),
6771 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
6772 new mxConnectionConstraint(new mxPoint(0.75, 1), true),
6773 new mxConnectionConstraint(new mxPoint(0, 0.25), true),
6774 new mxConnectionConstraint(new mxPoint(0, 0.5), true),
6775 new mxConnectionConstraint(new mxPoint(0, 0.75), true),
6776 new mxConnectionConstraint(new mxPoint(1, 0.25), true),
6777 new mxConnectionConstraint(new mxPoint(1, 0.5), true),
6778 new mxConnectionConstraint(new mxPoint(1, 0.75), true)];
6779 mxLine.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0, 0.5), false),
6780 new mxConnectionConstraint(new mxPoint(0.25, 0.5), false),
6781 new mxConnectionConstraint(new mxPoint(0.75, 0.5), false),
6782 new mxConnectionConstraint(new mxPoint(1, 0.5), false)];
6783 LollipopShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.5, 0), false),
6784 new mxConnectionConstraint(new mxPoint(0.5, 1), false)];
6787 mxTriangle.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0, 0.25), true),
6788 new mxConnectionConstraint(new mxPoint(0, 0.5), true),
6789 new mxConnectionConstraint(new mxPoint(0, 0.75), true),
6790 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
6791 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
6792 new mxConnectionConstraint(new mxPoint(1, 0.5), true)];
6793 mxHexagon.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.375, 0), true),
6794 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
6795 new mxConnectionConstraint(new mxPoint(0.625, 0), true),
6796 new mxConnectionConstraint(new mxPoint(0, 0.25), true),
6797 new mxConnectionConstraint(new mxPoint(0, 0.5), true),
6798 new mxConnectionConstraint(new mxPoint(0, 0.75), true),
6799 new mxConnectionConstraint(new mxPoint(1, 0.25), true),
6800 new mxConnectionConstraint(new mxPoint(1, 0.5), true),
6801 new mxConnectionConstraint(new mxPoint(1, 0.75), true),
6802 new mxConnectionConstraint(new mxPoint(0.375, 1), true),
6803 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
6804 new mxConnectionConstraint(new mxPoint(0.625, 1), true)];
6805 mxCloud.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.25, 0.25), false),
6806 new mxConnectionConstraint(new mxPoint(0.4, 0.1), false),
6807 new mxConnectionConstraint(new mxPoint(0.16, 0.55), false),
6808 new mxConnectionConstraint(new mxPoint(0.07, 0.4), false),
6809 new mxConnectionConstraint(new mxPoint(0.31, 0.8), false),
6810 new mxConnectionConstraint(new mxPoint(0.13, 0.77), false),
6811 new mxConnectionConstraint(new mxPoint(0.8, 0.8), false),
6812 new mxConnectionConstraint(new mxPoint(0.55, 0.95), false),
6813 new mxConnectionConstraint(new mxPoint(0.875, 0.5), false),
6814 new mxConnectionConstraint(new mxPoint(0.96, 0.7), false),
6815 new mxConnectionConstraint(new mxPoint(0.625, 0.2), false),
6816 new mxConnectionConstraint(new mxPoint(0.88, 0.25), false)];
6819 DocumentShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.25, 0), true),
6820 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
6821 new mxConnectionConstraint(new mxPoint(0.75, 0), true),
6822 new mxConnectionConstraint(new mxPoint(0, 0.25), true),
6823 new mxConnectionConstraint(new mxPoint(0, 0.5), true),
6824 new mxConnectionConstraint(new mxPoint(0, 0.75), true),
6825 new mxConnectionConstraint(new mxPoint(1, 0.25), true),
6826 new mxConnectionConstraint(new mxPoint(1, 0.5), true),
6827 new mxConnectionConstraint(new mxPoint(1, 0.75), true)];
6837 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
6838 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
6839 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false));
6840 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, dy * 0.5));
6841 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, dy));
6842 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w * 0.75 + dx * 0.25, dy));
6843 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + dx) * 0.5, dy));
6844 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + dx) * 0.5, (h + dy) * …
6845 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + dx) * 0.5, h));
6846 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
6847 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w - dx) * 0.5, h));
6848 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w - dx) * 0.5, (h + dy) * …
6849 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w - dx) * 0.5, dy));
6850 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w * 0.25 - dx * 0.25, dy));
6851 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy));
6852 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy * 0.5));
6863 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
6864 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
6865 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false));
6866 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, dy * 0.5));
6867 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, dy));
6868 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + dx) * 0.5, dy));
6869 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx, dy));
6870 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx, (h + dy) * 0.5));
6871 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx, h));
6872 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx * 0.5, h));
6873 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false));
6874 constr.push(new mxConnectionConstraint(new mxPoint(0, 1), false));
6879 CrossbarShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0, 0), false),
6880 new mxConnectionConstraint(new mxPoint(0, 0.5), false),
6881 new mxConnectionConstraint(new mxPoint(0, 1), false),
6882 new mxConnectionConstraint(new mxPoint(0.25, 0.5), false),
6883 new mxConnectionConstraint(new mxPoint(0.5, 0.5), false),
6884 new mxConnectionConstraint(new mxPoint(0.75, 0.5), false),
6885 new mxConnectionConstraint(new mxPoint(1, 0), false),
6886 new mxConnectionConstraint(new mxPoint(1, 0.5), false),
6887 new mxConnectionConstraint(new mxPoint(1, 1), false)];
6897 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false));
6898 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, at));
6899 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w - as) * 0.5, at));
6900 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - as, 0));
6901 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
6902 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - as, h));
6903 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w - as) * 0.5, h - at));
6904 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h - at));
6917 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false));
6918 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, as, 0));
6919 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w * 0.5, at));
6920 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - as, 0));
6921 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
6922 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - as, h));
6923 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w * 0.5, h - at));
6924 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, as, h));
6939 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, l, t * 0.5));
6940 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, l, 0));
6941 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
6942 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, r, 0));
6943 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, r, t * 0.5));
6944 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, r, t));
6945 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, l, h - t * 0.5));
6946 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, l, h));
6947 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
6948 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, r, h));
6949 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, r, h - t * 0.5));
6950 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, r, b));
6951 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + r) * 0.5, t));
6952 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, t));
6953 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
6954 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, b));
6955 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + r) * 0.5, b));
6956 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, l, b));
6957 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, l * 0.5, t));
6958 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, t));
6959 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false));
6960 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, b));
6961 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, l * 0.5, b));
6962 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, l, t));
6968 OrShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0, 0.25), false),
6969 new mxConnectionConstraint(new mxPoint(0, 0.5), false),
6970 new mxConnectionConstraint(new mxPoint(0, 0.75), false),
6971 new mxConnectionConstraint(new mxPoint(1, 0.5), false),
6972 new mxConnectionConstraint(new mxPoint(0.7, 0.1), false),
6973 new mxConnectionConstraint(new mxPoint(0.7, 0.9), false)];
6974 XorShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.175, 0.25), false),
6975 new mxConnectionConstraint(new mxPoint(0.25, 0.5), false),
6976 new mxConnectionConstraint(new mxPoint(0.175, 0.75), false),
6977 new mxConnectionConstraint(new mxPoint(1, 0.5), false),
6978 new mxConnectionConstraint(new mxPoint(0.7, 0.1), false),
6979 new mxConnectionConstraint(new mxPoint(0.7, 0.9), false)];
6980 …RequiredInterfaceShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0, 0.5), fa…
6981 new mxConnectionConstraint(new mxPoint(1, 0.5), false)];
6982 …ProvidedRequiredInterfaceShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0, …
6983 new mxConnectionConstraint(new mxPoint(1, 0.5), false)];