Lines Matching refs:mxConnectionConstraint

59 …                                             new mxConnectionConstraint(new mxPoint(0.5, 0), true),
60 … new mxConnectionConstraint(new mxPoint(0.5, 1), true)
124 … new mxConnectionConstraint(new mxPoint(0.5, 0), true),
125 … new mxConnectionConstraint(new mxPoint(0.5, 1), true)
611 var constr = [new mxConnectionConstraint(new mxPoint(1, 0.5), false)];
619 constr.push(new mxConnectionConstraint(new mxPoint(0, currH), false));
691 new mxConnectionConstraint(new mxPoint(0, 0.5), true),
692 new mxConnectionConstraint(new mxPoint(1, 0.5), true)
1057 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, currH));
1058 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, currH));
1067 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, currH, 0));
1068 constr.push(new mxConnectionConstraint(new mxPoint(0, 1), false, null, currH, 0));
1464 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, currH));
1465 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, currH));
1474 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, currH, 0));
1475 constr.push(new mxConnectionConstraint(new mxPoint(0, 1), false, null, currH, 0));
1667 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5 * (h - 10) / h), false, 0, 0));
1673 constr.push(new mxConnectionConstraint(new mxPoint(0, currH), false, null, 0, 3));
1680 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false, null, 0, -5));
1686 constr.push(new mxConnectionConstraint(new mxPoint(1, currH), false, null, 0, 3));
1696 constr.push(new mxConnectionConstraint(new mxPoint(currW, 1), false, null, 10, 0));
1784 new mxConnectionConstraint(new mxPoint(0, 0.5), true),
1785 new mxConnectionConstraint(new mxPoint(1, 0.5), true)
1839 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
1840 new mxConnectionConstraint(new mxPoint(0.5, 1), true)