Lines Matching refs:bounds

12 function mxLeanBoatShipment(bounds, fill, stroke, strokewidth)  argument
15 this.bounds = bounds;
66 function mxLeanSafetyStock(bounds, fill, stroke, strokewidth) argument
69 this.bounds = bounds;
137 function mxLeanDataBox(bounds, fill, stroke, strokewidth) argument
140 this.bounds = bounds;
216 function mxLeanCustomerSupplier(bounds, fill, stroke, strokewidth) argument
219 this.bounds = bounds;
283 function mxLeanDedicatedProcess(bounds, fill, stroke, strokewidth) argument
286 this.bounds = bounds;
354 function mxLeanSharedProcess(bounds, fill, stroke, strokewidth) argument
357 this.bounds = bounds;
456 function mxLeanWorkcell(bounds, fill, stroke, strokewidth) argument
459 this.bounds = bounds;
518 function mxLeanInventoryBox(bounds, fill, stroke, strokewidth) argument
521 this.bounds = bounds;
581 function mxLeanPushArrow(bounds, fill, stroke, strokewidth) argument
584 this.bounds = bounds;
666 function mxLeanSupermarket(bounds, fill, stroke, strokewidth) argument
669 this.bounds = bounds;
728 function mxLeanMaterialPull(bounds, fill, stroke, strokewidth) argument
731 this.bounds = bounds;
782 function mxLeanFifoLane(bounds, fill, stroke, strokewidth) argument
785 this.bounds = bounds;
857 function mxLeanTruckShipment(bounds, fill, stroke, strokewidth) argument
860 this.bounds = bounds;
924 function mxLeanProductionControl(bounds, fill, stroke, strokewidth) argument
927 this.bounds = bounds;
978 function mxLeanFifoSequence(bounds, fill, stroke, strokewidth) argument
981 this.bounds = bounds;
1047 function mxLeanProductionKanban(bounds, fill, stroke, strokewidth) argument
1050 this.bounds = bounds;
1115 function mxLeanWithdrawalKanban(bounds, fill, stroke, strokewidth) argument
1118 this.bounds = bounds;
1204 function mxLeanSignalKanban(bounds, fill, stroke, strokewidth) argument
1207 this.bounds = bounds;
1270 function mxLeanSequencedPullBall(bounds, fill, stroke, strokewidth) argument
1273 this.bounds = bounds;
1322 function mxLeanRailShipment(bounds, fill, stroke, strokewidth) argument
1325 this.bounds = bounds;
1392 function mxLeanWarehouse(bounds, fill, stroke, strokewidth) argument
1395 this.bounds = bounds;
1460 function mxLeanTimeline(bounds, fill, stroke, strokewidth) argument
1463 this.bounds = bounds;
1537 function mxLeanCrossDock(bounds, fill, stroke, strokewidth) argument
1540 this.bounds = bounds;
1632 function mxLeanOrders(bounds, fill, stroke, strokewidth) argument
1635 this.bounds = bounds;
1728 function mxLeanBatchedKanban(bounds, fill, stroke, strokewidth) argument
1731 this.bounds = bounds;
1808 function mxLeanControlCenter(bounds, fill, stroke, strokewidth) argument
1811 this.bounds = bounds;
1968 function mxShapeLeanTimeline(bounds, fill, stroke, strokewidth) argument
1971 this.bounds = bounds;
2149 var handles = [Graph.createHandle(state, ['dy1'], function(bounds)
2153 return new mxPoint(bounds.x, bounds.y + dy1 * bounds.height);
2154 }, function(bounds, pt)
2156 …this.state.style['dy1'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.hei…
2159 var handle2 = Graph.createHandle(state, ['dx2', 'dy2'], function(bounds) argument
2165 return new mxPoint(bounds.x + dx2, bounds.y + dy2 * bounds.height);
2166 }, function(bounds, pt) argument
2168 …(0, Math.min(parseFloat(mxUtils.getValue(this.state.style, 'dx3', 0)), (pt.x - bounds.x)))) / 1000;
2169 …this.state.style['dy2'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.hei…
2174 var handle3 = Graph.createHandle(state, ['dx3', 'dy3'], function(bounds) argument
2179 return new mxPoint(bounds.x + dx3, bounds.y + dy3 * bounds.height);
2180 }, function(bounds, pt) argument
2182 …)), Math.min(parseFloat(mxUtils.getValue(this.state.style, 'dx4', 0)), (pt.x - bounds.x)))) / 1000;
2183 …this.state.style['dy3'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.hei…
2188 var handle4 = Graph.createHandle(state, ['dx4', 'dy4'], function(bounds) argument
2193 return new mxPoint(bounds.x + dx4, bounds.y + dy4 * bounds.height);
2194 }, function(bounds, pt) argument
2196 …)), Math.min(parseFloat(mxUtils.getValue(this.state.style, 'dx5', 0)), (pt.x - bounds.x)))) / 1000;
2197 …this.state.style['dy4'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.hei…
2202 var handle5 = Graph.createHandle(state, ['dx5', 'dy5'], function(bounds) argument
2204 …var dx5 = Math.max(parseFloat(mxUtils.getValue(this.state.style, 'dx4', 0)), Math.min(bounds.width…
2207 return new mxPoint(bounds.x + dx5, bounds.y + dy5 * bounds.height);
2208 }, function(bounds, pt) argument
2210 …Float(mxUtils.getValue(this.state.style, 'dx4', 0)), Math.min(bounds.width, (pt.x - bounds.x)))) /…
2211 …this.state.style['dy5'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.hei…
2216 var handle6 = Graph.createHandle(state, ['dy6'], function(bounds) argument
2220 return new mxPoint(bounds.x + bounds.width, bounds.y + dy6 * bounds.height);
2221 }, function(bounds, pt) argument
2223 …this.state.style['dy6'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.hei…