Home
last modified time | relevance | path

Searched refs:mxConnectionConstraint (Results 1 – 25 of 29) sorted by relevance

12

/plugin/diagramsnet/lib/shapes/
DmxLeanMap.js50 new mxConnectionConstraint(new mxPoint(0.5, 0), false),
51 new mxConnectionConstraint(new mxPoint(0.5, 1), false),
52 new mxConnectionConstraint(new mxPoint(0, 0.8), false),
53 new mxConnectionConstraint(new mxPoint(1, 0.8), false),
54 new mxConnectionConstraint(new mxPoint(0.2, 1), false),
55 new mxConnectionConstraint(new mxPoint(0.8, 1), false),
56 … new mxConnectionConstraint(new mxPoint(0.26, 0.5), false),
57 … new mxConnectionConstraint(new mxPoint(0.74, 0.5), false)
113 new mxConnectionConstraint(new mxPoint(0, 0), true),
114 new mxConnectionConstraint(new mxPoint(1, 0), true),
[all …]
DmxDFD.js55 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false));
56 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0.5), false, null, 0, -r));
57 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
58 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0.5), false, null, 0, r));
59 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, r * 0.293, h * 0.5 - r * 0.…
60 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - r * 0.293, h * 0.5 - r …
61 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - r * 0.293, h * 0.5 + r …
62 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, r * 0.293, h * 0.5 + r * 0.…
66 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false));
67 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false));
[all …]
DmxSysML.js143 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
144 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false));
145 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
146 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false));
147 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false));
148 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.25), false));
149 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
150 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.75), false));
151 constr.push(new mxConnectionConstraint(new mxPoint(1, 1), false));
152 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 1), false));
[all …]
DmxArchiMate3.js492 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false));
493 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
494 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false));
495 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.25), false));
496 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
497 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.75), false));
498 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 1), false));
499 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
500 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 1), false));
501 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.75), false));
[all …]
DmxArchiMate.js71 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
72 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false));
73 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
74 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false));
75 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false));
76 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.25), false));
77 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
78 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.75), false));
79 constr.push(new mxConnectionConstraint(new mxPoint(1, 1), false));
80 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 1), false));
[all …]
DmxInfographic.js85 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
86 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
87 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, d * 0.5));
88 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, d * 0.5));
89 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false, null, 0, d * 0.25));
90 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false, null, 0, d * 0.25));
91 constr.push(new mxConnectionConstraint(new mxPoint(0, 1), false));
92 constr.push(new mxConnectionConstraint(new mxPoint(1, 1), false));
317 constr.push(new mxConnectionConstraint(new mxPoint(0, 1), false));
318 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 2 * dx, 0));
[all …]
DmxEip.js60 constr.push(new mxConnectionConstraint(new mxPoint(0.145, 0.145), false));
61 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
62 constr.push(new mxConnectionConstraint(new mxPoint(0.855, 0.145), false));
63 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
64 constr.push(new mxConnectionConstraint(new mxPoint(0.855, 0.855), false));
65 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
66 constr.push(new mxConnectionConstraint(new mxPoint(0.145, 0.855), false));
67 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false));
145 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
146 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false));
[all …]
DmxCisco19.js130 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));
[all …]
DmxArrows.js185 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
186 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false, null, notch, 0));
187 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy));
188 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h - dy));
189 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx, dy));
190 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx, 0));
191 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx, h - dy));
192 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx, h));
193 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w - dx) * 0.5, dy));
194 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w - dx) * 0.5, h - dy));
[all …]
DmxBasic.js164 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
165 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false));
166 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
167 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false));
168 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false));
169 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, (h - dy) * 0.5));
170 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, h - dy));
171 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx - dy, h));
172 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h - dy));
173 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - dy) * 0.5));
[all …]
DmxFlowchart.js62 [new mxConnectionConstraint(new mxPoint(0.25, 0), false),
63 new mxConnectionConstraint(new mxPoint(0.5, 0), false),
64 new mxConnectionConstraint(new mxPoint(0.75, 0), false),
65 new mxConnectionConstraint(new mxPoint(0, 0.25), false),
66 new mxConnectionConstraint(new mxPoint(0, 0.5), false),
67 new mxConnectionConstraint(new mxPoint(0, 0.75), false),
68 new mxConnectionConstraint(new mxPoint(1, 0.25), false),
69 new mxConnectionConstraint(new mxPoint(1, 0.5), false),
70 new mxConnectionConstraint(new mxPoint(1, 0.75), false)];
DmxGCP2.js355 constr.push(new mxConnectionConstraint(new mxPoint(0.825, 0.5), false));
356 constr.push(new mxConnectionConstraint(new mxPoint(0.175, 0.5), false));
357 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0.16), false));
358 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0.84), false));
359 constr.push(new mxConnectionConstraint(new mxPoint(0.66, 0.17), false));
360 constr.push(new mxConnectionConstraint(new mxPoint(0.66, 0.83), false));
361 constr.push(new mxConnectionConstraint(new mxPoint(0.34, 0.17), false));
362 constr.push(new mxConnectionConstraint(new mxPoint(0.34, 0.83), false));
363 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0.33), false));
364 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0.67), false));
[all …]
DmxElectrical.js59 … 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));
[all …]
DmxBootstrap.js1489 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
1490 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false));
1491 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
1492 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false));
1493 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false));
1494 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, (h - dy) * 0.5));
1495 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, h - dy));
1496 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false, null, 0, h - dy));
1497 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false, null, 0, h - dy));
1498 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx, h));
[all …]
DmxKubernetes.js110 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false));
/plugin/diagramsnet/lib/shapes/er/
DmxER.js109 new mxConnectionConstraint(new mxPoint(0.25, 0), true),
110 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
111 new mxConnectionConstraint(new mxPoint(0.75, 0), true),
112 new mxConnectionConstraint(new mxPoint(0, 0.25), true),
113 new mxConnectionConstraint(new mxPoint(0, 0.5), true),
114 new mxConnectionConstraint(new mxPoint(0, 0.75), true),
115 new mxConnectionConstraint(new mxPoint(1, 0.25), true),
116 new mxConnectionConstraint(new mxPoint(1, 0.5), true),
117 new mxConnectionConstraint(new mxPoint(1, 0.75), true),
118 new mxConnectionConstraint(new mxPoint(0.25, 1), true),
[all …]
/plugin/diagramsnet/lib/shapes/pid2/
DmxPidInstruments.js97 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
98 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
99 new mxConnectionConstraint(new mxPoint(0, 0.5), true),
100 new mxConnectionConstraint(new mxPoint(1, 0.5), true),
101 new mxConnectionConstraint(new mxPoint(0.145, 0.145), false),
102 new mxConnectionConstraint(new mxPoint(0.145, 0.855), false),
103 new mxConnectionConstraint(new mxPoint(0.855, 0.145), false),
104 new mxConnectionConstraint(new mxPoint(0.855, 0.855), false)
201 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
202 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DShapes.js6423 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));
[all …]
/plugin/diagramsnet/lib/js/
Dshapes-14-6-5.min.js8 …um.GATEWAY?(a.translate(b/4,c/4),c/=2,b/=2,this.constraints=[new mxConnectionConstraint(new mxPoin…
9mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new
10mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(.145,.145),!1)…
81mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new…
82 1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,…
90mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new…
91 1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,…
95mxConnectionConstraint(new mxPoint(.144,.144),!1),new mxConnectionConstraint(new mxPoint(.856,.144…
100mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new
105mxConnectionConstraint(new mxPoint(.08,.5),!1),new mxConnectionConstraint(new mxPoint(.9,.5),!1),n…
[all …]
Dshapes.min.js8 …um.GATEWAY?(a.translate(b/4,c/4),c/=2,b/=2,this.constraints=[new mxConnectionConstraint(new mxPoin…
9mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new
10mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(.145,.145),!1)…
32mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new…
33 1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,…
41mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new…
42 1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,…
46mxConnectionConstraint(new mxPoint(.144,.144),!1),new mxConnectionConstraint(new mxPoint(.856,.144…
51mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new
56mxConnectionConstraint(new mxPoint(.08,.5),!1),new mxConnectionConstraint(new mxPoint(.9,.5),!1),n…
[all …]
Dviewer-static.min.js616 …=a.getAttribute("perimeter");a=a.getAttribute("name");return new mxConnectionConstraint(new mxPoin…
1379 …t)}a=new mxPoint((a.x-c.x)*f-k+c.x,(a.y-c.y)*g-l+c.y);return new mxConnectionConstraint(new mxPoin…
1382 mxConstants.STYLE_ENTRY_DY]),e=isFinite(e)?e:0,f=isFinite(f)?f:0);return new mxConnectionConstraint
1557mxConnectionConstraint(a,b,c,d,e){this.point=a;this.perimeter=null!=b?b:!0;this.name=c;this.dx=d?d… class
1558 mxConnectionConstraint.prototype.dx=null;mxConnectionConstraint.prototype.dy=null;
1852 …currentConstraint=m,this.constraintHandler.currentPoint=b):m=new mxConnectionConstraint);if(this.o…
1870 …y{var f=this.constraintHandler.currentConstraint;null==f&&(f=new mxConnectionConstraint);this.grap…
1871 …oint(b,c),e.setGeometry(a,k),this.graph.connectCell(a,null,c,new mxConnectionConstraint))}finally{…
2543 JSON.parse(f),f=0;f<e.length;f++){var g=e[f];c.push(new mxConnectionConstraint(new mxPoint(g[0],g[1…
2903 …=(d-c)/2;f=(f-c)/2;b.push(new mxConnectionConstraint(new mxPoint(0,0),!1,null,d,f+.25*c));b.push(n…
[all …]
Dviewer.min.js616 …=a.getAttribute("perimeter");a=a.getAttribute("name");return new mxConnectionConstraint(new mxPoin…
1379 …t)}a=new mxPoint((a.x-c.x)*f-k+c.x,(a.y-c.y)*g-l+c.y);return new mxConnectionConstraint(new mxPoin…
1382 mxConstants.STYLE_ENTRY_DY]),e=isFinite(e)?e:0,f=isFinite(f)?f:0);return new mxConnectionConstraint
1557mxConnectionConstraint(a,b,c,d,e){this.point=a;this.perimeter=null!=b?b:!0;this.name=c;this.dx=d?d… function
1558 mxConnectionConstraint.prototype.dx=null;mxConnectionConstraint.prototype.dy=null;
1852 …currentConstraint=m,this.constraintHandler.currentPoint=b):m=new mxConnectionConstraint);if(this.o…
1870 …y{var f=this.constraintHandler.currentConstraint;null==f&&(f=new mxConnectionConstraint);this.grap…
1871 …oint(b,c),e.setGeometry(a,k),this.graph.connectCell(a,null,c,new mxConnectionConstraint))}finally{…
2543 JSON.parse(f),f=0;f<e.length;f++){var g=e[f];c.push(new mxConnectionConstraint(new mxPoint(g[0],g[1…
2903 …=(d-c)/2;f=(f-c)/2;b.push(new mxConnectionConstraint(new mxPoint(0,0),!1,null,d,f+.25*c));b.push(n…
[all …]
Dapp.min.js650 …=a.getAttribute("perimeter");a=a.getAttribute("name");return new mxConnectionConstraint(new mxPoin…
1413 …t)}a=new mxPoint((a.x-c.x)*f-k+c.x,(a.y-c.y)*g-l+c.y);return new mxConnectionConstraint(new mxPoin…
1416 mxConstants.STYLE_ENTRY_DY]),e=isFinite(e)?e:0,f=isFinite(f)?f:0);return new mxConnectionConstraint
1591mxConnectionConstraint(a,b,c,d,e){this.point=a;this.perimeter=null!=b?b:!0;this.name=c;this.dx=d?d… class
1592 mxConnectionConstraint.prototype.dx=null;mxConnectionConstraint.prototype.dy=null;
1886 …currentConstraint=m,this.constraintHandler.currentPoint=b):m=new mxConnectionConstraint);if(this.o…
1904 …y{var f=this.constraintHandler.currentConstraint;null==f&&(f=new mxConnectionConstraint);this.grap…
1905 …oint(b,c),e.setGeometry(a,k),this.graph.connectCell(a,null,c,new mxConnectionConstraint))}finally{…
2792 JSON.parse(c),c=0;c<e.length;c++){var f=e[c];d.push(new mxConnectionConstraint(new mxPoint(f[0],f[1…
3449mxConnectionConstraint(new mxPoint(0,0),!1,null,b,c+.25*d));a.push(new mxConnectionConstraint(new …
[all …]
/plugin/diagramsnet/lib/shapes/bpmn/
DmxBpmnShape2.js163 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
164 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
165 new mxConnectionConstraint(new mxPoint(0, 0.5), true),
166 new mxConnectionConstraint(new mxPoint(1, 0.5), true),
167 new mxConnectionConstraint(new mxPoint(0.25, 0.25), false),
168 new mxConnectionConstraint(new mxPoint(0.25, 0.75), false),
169 new mxConnectionConstraint(new mxPoint(0.75, 0.25), false),
170 new mxConnectionConstraint(new mxPoint(0.75, 0.75), false)
177 new mxConnectionConstraint(new mxPoint(0.5, 0), true),
178 new mxConnectionConstraint(new mxPoint(0.5, 1), true),
[all …]
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js412 …=a.getAttribute("perimeter");a=a.getAttribute("name");return new mxConnectionConstraint(new mxPoin…
1175 …t)}a=new mxPoint((a.x-c.x)*f-k+c.x,(a.y-c.y)*g-l+c.y);return new mxConnectionConstraint(new mxPoin…
1178 mxConstants.STYLE_ENTRY_DY]),e=isFinite(e)?e:0,f=isFinite(f)?f:0);return new mxConnectionConstraint
1353mxConnectionConstraint(a,b,c,d,e){this.point=a;this.perimeter=null!=b?b:!0;this.name=c;this.dx=d?d… function
1354 mxConnectionConstraint.prototype.dx=null;mxConnectionConstraint.prototype.dy=null;
1648 …currentConstraint=m,this.constraintHandler.currentPoint=b):m=new mxConnectionConstraint);if(this.o…
1666 …y{var f=this.constraintHandler.currentConstraint;null==f&&(f=new mxConnectionConstraint);this.grap…
1667 …oint(b,c),e.setGeometry(a,k),this.graph.connectCell(a,null,c,new mxConnectionConstraint))}finally{…

12