Lines Matching refs:constr
128 var constr = [];
130 constr.push(new mxConnectionConstraint(new mxPoint(0.825, 0.5), false));
131 constr.push(new mxConnectionConstraint(new mxPoint(0.175, 0.5), false));
132 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0.16), false));
133 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0.84), false));
134 constr.push(new mxConnectionConstraint(new mxPoint(0.66, 0.17), false));
135 constr.push(new mxConnectionConstraint(new mxPoint(0.66, 0.83), false));
136 constr.push(new mxConnectionConstraint(new mxPoint(0.34, 0.17), false));
137 constr.push(new mxConnectionConstraint(new mxPoint(0.34, 0.83), false));
138 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0.33), false));
139 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0.67), false));
140 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0.33), false));
141 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0.67), false));
143 return (constr);