Lines Matching refs:bounds

12 function mxFloorplanWall(bounds, fill, stroke, strokewidth)  argument
15 this.bounds = bounds;
61 function mxFloorplanWallCorner(bounds, fill, stroke, strokewidth) argument
64 this.bounds = bounds;
118 function mxFloorplanWallU(bounds, fill, stroke, strokewidth) argument
121 this.bounds = bounds;
177 function mxFloorplanRoom(bounds, fill, stroke, strokewidth) argument
180 this.bounds = bounds;
237 function mxFloorplanWindow(bounds, fill, stroke, strokewidth) argument
240 this.bounds = bounds;
291 function mxFloorplanDimension(bounds, fill, stroke, strokewidth) argument
294 this.bounds = bounds;
350 function mxFloorplanDimensionBottom(bounds, fill, stroke, strokewidth) argument
353 this.bounds = bounds;
405 function mxFloorplanStairs(bounds, fill, stroke, strokewidth) argument
408 this.bounds = bounds;
545 function mxFloorplanStairsRest(bounds, fill, stroke, strokewidth) argument
548 this.bounds = bounds;
618 function mxFloorplanDoorLeft(bounds, fill, stroke, strokewidth) argument
621 this.bounds = bounds;
667 function mxFloorplanDoorRight(bounds, fill, stroke, strokewidth) argument
670 this.bounds = bounds;
716 function mxFloorplanDoorDouble(bounds, fill, stroke, strokewidth) argument
719 this.bounds = bounds;
771 function mxFloorplanDoorUneven(bounds, fill, stroke, strokewidth) argument
774 this.bounds = bounds;
827 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
831 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + 5);
832 }, function(bounds, pt)
834 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
846 function mxFloorplanDoorOpposing(bounds, fill, stroke, strokewidth) argument
849 this.bounds = bounds;
902 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
906 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + 5);
907 }, function(bounds, pt)
909 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
921 function mxFloorplanDoorRevolving(bounds, fill, stroke, strokewidth) argument
924 this.bounds = bounds;
972 function mxFloorplanDoorPocket(bounds, fill, stroke, strokewidth) argument
975 this.bounds = bounds;
1020 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1024 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + 5);
1025 }, function(bounds, pt)
1027 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(0.5, (pt.x - bounds.x) / bounds.wid…
1039 function mxFloorplanDoorDoublePocket(bounds, fill, stroke, strokewidth) argument
1042 this.bounds = bounds;
1090 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1094 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + 5);
1095 }, function(bounds, pt)
1097 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(0.25, (pt.x - bounds.x) / bounds.wi…
1109 function mxFloorplanDoorBypass(bounds, fill, stroke, strokewidth) argument
1112 this.bounds = bounds;
1160 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1164 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + 5);
1165 }, function(bounds, pt)
1167 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(0.5, (pt.x - bounds.x) / bounds.wid…
1179 function mxFloorplanDoorBifold(bounds, fill, stroke, strokewidth) argument
1182 this.bounds = bounds;
1236 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1240 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + 5);
1241 }, function(bounds, pt)
1243 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(0.5, (pt.x - bounds.x) / bounds.wid…
1255 function mxFloorplanDoorSlidingGlass(bounds, fill, stroke, strokewidth) argument
1258 this.bounds = bounds;
1306 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1310 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + 5);
1311 }, function(bounds, pt)
1313 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(0.5, (pt.x - bounds.x) / bounds.wid…
1325 function mxFloorplanOverhead(bounds, fill, stroke, strokewidth) argument
1328 this.bounds = bounds;
1372 function mxFloorplanOpening(bounds, fill, stroke, strokewidth) argument
1375 this.bounds = bounds;
1416 function mxFloorplanWindowGlider(bounds, fill, stroke, strokewidth) argument
1419 this.bounds = bounds;
1464 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1468 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + 5);
1469 }, function(bounds, pt)
1471 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(0.5, (pt.x - bounds.x) / bounds.wid…
1483 function mxFloorplanWindowGarden(bounds, fill, stroke, strokewidth) argument
1486 this.bounds = bounds;
1554 function mxFloorplanWindowBow(bounds, fill, stroke, strokewidth) argument
1557 this.bounds = bounds;
1600 function mxFloorplanWindowBay(bounds, fill, stroke, strokewidth) argument
1603 this.bounds = bounds;
1648 function mxFloorplanDoorAccordion(bounds, fill, stroke, strokewidth) argument
1651 this.bounds = bounds;
1711 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1715 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + 5);
1716 }, function(bounds, pt)
1718 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1730 function mxFloorplanDoorDoubleAction(bounds, fill, stroke, strokewidth) argument
1733 this.bounds = bounds;