| D | mxWebColaAdaptor.js | 290 var gap = 20; 299 … constraints.push({ axis: 'x', type: 'separation', left: topLeft.index, right: index, gap: gap }); property 300 … constraints.push({ axis: 'y', type: 'separation', left: topLeft.index, right: index, gap: gap }); property 301 …nstraints.push({ axis: 'x', type: 'separation', left: index, right: bottomRight.index, gap: gap }); property 302 …nstraints.push({ axis: 'y', type: 'separation', left: index, right: bottomRight.index, gap: gap }); property
|