Lines Matching refs:bounds

116 function mxShapeSysMLPackage(bounds, fill, stroke, strokewidth)  argument
119 this.bounds = bounds;
204 var handles = [Graph.createHandle(state, ['labelX'], function(bounds)
206 …var labelX = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'lab…
208 return new mxPoint(bounds.x + labelX, bounds.y + 10);
209 }, function(bounds, pt)
211 …this.state.style['labelX'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))…
224 function mxShapeSysMLPackage2(bounds, fill, stroke, strokewidth) argument
227 this.bounds = bounds;
290 var handles = [Graph.createHandle(state, ['labelX'], function(bounds)
292 …var labelX = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'lab…
294 return new mxPoint(bounds.x + labelX, bounds.y + 10);
295 }, function(bounds, pt)
297 …this.state.style['labelX'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))…
310 function mxShapeSysMLNone(bounds, fill, stroke, strokewidth) argument
313 this.bounds = bounds;
345 function mxShapeSysMLRect(bounds, fill, stroke, strokewidth) argument
348 this.bounds = bounds;
382 function mxShapeSysMLPortOne(bounds, fill, stroke, strokewidth) argument
385 this.bounds = bounds;
441 function mxShapeSysMLPortTwo(bounds, fill, stroke, strokewidth) argument
444 this.bounds = bounds;
500 function mxShapeSysMLPortThree(bounds, fill, stroke, strokewidth) argument
503 this.bounds = bounds;
580 function mxShapeSysMLPortFour(bounds, fill, stroke, strokewidth) argument
583 this.bounds = bounds;
624 function mxShapeSysMLItemFlow(bounds, fill, stroke, strokewidth) argument
627 this.bounds = bounds;
805 function mxShapeSysMLItemFlowLeft(bounds, fill, stroke, strokewidth) argument
808 this.bounds = bounds;
857 function mxShapeSysMLItemFlowRight(bounds, fill, stroke, strokewidth) argument
860 this.bounds = bounds;
909 function mxShapeSysMLNestedPort(bounds, fill, stroke, strokewidth) argument
912 this.bounds = bounds;
1012 function mxShapeSysMLParametricDiagram(bounds, fill, stroke, strokewidth) argument
1015 this.bounds = bounds;
1059 function mxShapeSysMLConstraintProperty(bounds, fill, stroke, strokewidth) argument
1062 this.bounds = bounds;
1106 function mxShapeSysMLCallBehaviorAction(bounds, fill, stroke, strokewidth) argument
1109 this.bounds = bounds;
1187 function mxShapeSysMLAcceptEventAction(bounds, fill, stroke, strokewidth) argument
1190 this.bounds = bounds;
1252 function mxShapeSysMLTimeEvent(bounds, fill, stroke, strokewidth) argument
1255 this.bounds = bounds;
1309 function mxShapeSysMLSendSignalAction(bounds, fill, stroke, strokewidth) argument
1312 this.bounds = bounds;
1374 function mxShapeSysMLActivityFinal(bounds, fill, stroke, strokewidth) argument
1377 this.bounds = bounds;
1433 function mxShapeSysMLActivityParameterNode(bounds, fill, stroke, strokewidth) argument
1436 this.bounds = bounds;
1518 function mxShapeSysMLControlOperator(bounds, fill, stroke, strokewidth) argument
1521 this.bounds = bounds;
1581 function mxShapeSysMLFlowFinal(bounds, fill, stroke, strokewidth) argument
1584 this.bounds = bounds;
1645 function mxShapeSysMLIsControl(bounds, fill, stroke, strokewidth) argument
1648 this.bounds = bounds;
1698 function mxShapeSysMLIsStream(bounds, fill, stroke, strokewidth) argument
1701 this.bounds = bounds;
1759 function mxShapeSysMLIsActStream(bounds, fill, stroke, strokewidth) argument
1762 this.bounds = bounds;
1831 function mxShapeSysMLParameterSet(bounds, fill, stroke, strokewidth) argument
1834 this.bounds = bounds;
1905 function mxShapeSysMLParameterActivitySet(bounds, fill, stroke, strokewidth) argument
1908 this.bounds = bounds;
2001 function mxShapeSysMLProbability(bounds, fill, stroke, strokewidth) argument
2004 this.bounds = bounds;
2078 function mxShapeSysMLActivityProbability(bounds, fill, stroke, strokewidth) argument
2081 this.bounds = bounds;
2177 function mxShapeSysMLObjectFlowRight(bounds, fill, stroke, strokewidth) argument
2180 this.bounds = bounds;
2230 function mxShapeSysMLObjectFlowLeft(bounds, fill, stroke, strokewidth) argument
2233 this.bounds = bounds;
2283 function mxShapeSysMLActivityPartition(bounds, fill, stroke, strokewidth) argument
2286 this.bounds = bounds;
2327 function mxShapeSysMLContinuation(bounds, fill, stroke, strokewidth) argument
2330 this.bounds = bounds;
2430 function mxShapeSysMLCoregion(bounds, fill, stroke, strokewidth) argument
2433 this.bounds = bounds;
2501 function mxShapeSysMLDimension(bounds, fill, stroke, strokewidth) argument
2504 this.bounds = bounds;
2600 function mxShapeSysMLCompositeState(bounds, fill, stroke, strokewidth) argument
2603 this.bounds = bounds;
2686 function mxShapeSysMLRegion(bounds, fill, stroke, strokewidth) argument
2689 this.bounds = bounds;
2788 function mxShapeSysMLSimpleState(bounds, fill, stroke, strokewidth) argument
2791 this.bounds = bounds;
2866 function mxShapeSysMLStateMachine(bounds, fill, stroke, strokewidth) argument
2869 this.bounds = bounds;
2947 function mxShapeSysMLX(bounds, fill, stroke, strokewidth) argument
2950 this.bounds = bounds;
3002 function mxShapeSysMLSubmachineState(bounds, fill, stroke, strokewidth) argument
3005 this.bounds = bounds;
3083 function mxShapeSysMLUseCaseExtensionPoints(bounds, fill, stroke, strokewidth) argument
3086 this.bounds = bounds;