Lines Matching refs:mxUtils

25 					events = mxUtils.getValue(this.style, mxConstants.STYLE_POINTER_EVENTS, '1') == '1';
33 var evenRowColor = mxUtils.getValue(state.style,
35 var oddRowColor = mxUtils.getValue(state.style,
37 var evenColColor = mxUtils.getValue(state.style,
39 var oddColColor = mxUtils.getValue(state.style,
46 var clr = (mxUtils.mod(i, 2) == 1) ? evenColColor : oddColColor;
77 var clr = (mxUtils.mod(i, 2) == 1) ? evenRowColor : oddRowColor;
116 mxUtils.extend(TableShape, mxSwimlane);
186 var rowLines = mxUtils.getValue(this.state.style,
188 var columnLines = mxUtils.getValue(this.state.style,
298 mxUtils.extend(CubeShape, mxCylinder);
305 …var s = Math.max(0, Math.min(w, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.s…
306 …var op = Math.max(-1, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'darkOpacity', this.dark…
307 …var op2 = Math.max(-1, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'darkOpacity2', this.da…
364 if (mxUtils.getValue(this.style, 'boundedLbl', false))
366 var s = parseFloat(mxUtils.getValue(this.style, 'size', this.size)) * this.scale;
376 var tan30 = Math.tan(mxUtils.toRadians(30));
386 mxUtils.extend(WaypointShape, mxCylinder);
392 …var s = Math.max(0, parseFloat(mxUtils.getValue(this.style, 'size', this.size)) - 2) + 2 * this.st…
408 mxUtils.extend(IsoRectangleShape, mxActor);
431 mxUtils.extend(IsoCubeShape, mxCylinder);
467 mxUtils.extend(DataStoreShape, mxCylinder);
532 mxUtils.extend(NoteShape, mxCylinder);
538 …var s = Math.max(0, Math.min(w, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.s…
539 …var op = Math.max(-1, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'darkOpacity', this.dark…
585 mxUtils.extend(NoteShape2, NoteShape);
591 if (mxUtils.getValue(this.style, 'boundedLbl', false))
593 var size = mxUtils.getValue(this.style, 'size', 15);
606 mxUtils.extend(IsoCubeShape2, mxShape);
611 …var isoAngle = Math.max(0.01, Math.min(94, parseFloat(mxUtils.getValue(this.style, 'isoAngle', thi…
645 mxUtils.extend(CylinderShape, mxShape);
651 …var size = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'size', this.size…
694 mxUtils.extend(CylinderShape3, mxCylinder);
700 …var size = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'size', this.size…
701 var lid = mxUtils.getValue(this.style, 'lid', true);
753 mxUtils.extend(SwitchShape, mxActor);
772 mxUtils.extend(FolderShape, mxCylinder);
782 …var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'tabWidth', this.tabWidth…
783 …var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'tabHeight', this.tabHeig…
784 var tp = mxUtils.getValue(this.style, 'tabPosition', this.tabPosition);
785 var rounded = mxUtils.getValue(this.style, 'rounded', false);
786 var absArcSize = mxUtils.getValue(this.style, 'absoluteArcSize', false);
787 var arcSize = parseFloat(mxUtils.getValue(this.style, 'arcSize', this.arcSize));
846 var sym = mxUtils.getValue(this.style, 'folderSymbol', null);
863 if (mxUtils.getValue(this.style, 'boundedLbl', false))
865 var sizeY = mxUtils.getValue(this.style, 'tabHeight', 15) * this.scale;
867 if (mxUtils.getValue(this.style, 'labelInHeader', false))
869 var sizeX = mxUtils.getValue(this.style, 'tabWidth', 15) * this.scale;
870 var sizeY = mxUtils.getValue(this.style, 'tabHeight', 15) * this.scale;
871 var rounded = mxUtils.getValue(this.style, 'rounded', false);
872 var absArcSize = mxUtils.getValue(this.style, 'absoluteArcSize', false);
873 var arcSize = parseFloat(mxUtils.getValue(this.style, 'arcSize', this.arcSize));
887 if (mxUtils.getValue(this.style, 'tabPosition', this.tabPosition) == 'left')
912 mxUtils.extend(UMLStateShape, mxCylinder);
919 var rounded = mxUtils.getValue(this.style, 'rounded', false);
920 var absArcSize = mxUtils.getValue(this.style, 'absoluteArcSize', false);
921 var arcSize = parseFloat(mxUtils.getValue(this.style, 'arcSize', this.arcSize));
922 var connPoint = mxUtils.getValue(this.style, 'umlStateConnection', null);
957 var sym = mxUtils.getValue(this.style, 'umlStateSymbol', null);
992 if (mxUtils.getValue(this.style, 'boundedLbl', false))
994 var connPoint = mxUtils.getValue(this.style, 'umlStateConnection', null);
1012 mxUtils.extend(CardShape, mxActor);
1020 …var s = Math.max(0, Math.min(w, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.s…
1021 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1034 mxUtils.extend(TapeShape, mxActor);
1038 …var dy = h * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
1054 if (mxUtils.getValue(this.style, 'boundedLbl', false))
1056 var size = mxUtils.getValue(this.style, 'size', this.size);
1086 mxUtils.extend(DocumentShape, mxActor);
1090 if (mxUtils.getValue(this.style, 'boundedLbl', false))
1092 return new mxRectangle(0, 0, 0, parseFloat(mxUtils.getValue(
1100 …var dy = h * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
1119 var size = mxUtils.getValue(this.style, 'size');
1133 if (mxUtils.getValue(this.style, 'boundedLbl', false))
1135 var size = mxUtils.getValue(this.style, 'size', 0.15) * 2;
1145 if (mxUtils.getValue(this.style, 'boundedLbl', false))
1147 var size = mxUtils.getValue(this.style, 'size', 15);
1149 if (!mxUtils.getValue(this.style, 'lid', true))
1162 if (mxUtils.getValue(this.style, 'boundedLbl', false))
1164 var sizeY = mxUtils.getValue(this.style, 'tabHeight', 15) * this.scale;
1166 if (mxUtils.getValue(this.style, 'labelInHeader', false))
1168 var sizeX = mxUtils.getValue(this.style, 'tabWidth', 15) * this.scale;
1169 var sizeY = mxUtils.getValue(this.style, 'tabHeight', 15) * this.scale;
1170 var rounded = mxUtils.getValue(this.style, 'rounded', false);
1171 var absArcSize = mxUtils.getValue(this.style, 'absoluteArcSize', false);
1172 var arcSize = parseFloat(mxUtils.getValue(this.style, 'arcSize', this.arcSize));
1186 if (mxUtils.getValue(this.style, 'tabPosition', this.tabPosition) == 'left')
1206 if (mxUtils.getValue(this.style, 'boundedLbl', false))
1208 var connPoint = mxUtils.getValue(this.style, 'umlStateConnection', null);
1221 if (mxUtils.getValue(this.style, 'boundedLbl', false))
1223 var size = mxUtils.getValue(this.style, 'size', 15);
1236 mxUtils.extend(ParallelogramShape, mxActor);
1245 var fixed = mxUtils.getValue(this.style, 'fixedSize', '0') != '0';
1247 … Math.min(w, parseFloat(mxUtils.getValue(this.style, 'size', this.fixedSize)))) : w * Math.max(0, …
1248 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1261 mxUtils.extend(TrapezoidShape, mxActor);
1271 var fixed = mxUtils.getValue(this.style, 'fixedSize', '0') != '0';
1273 …in(w * 0.5, parseFloat(mxUtils.getValue(this.style, 'size', this.fixedSize)))) : w * Math.max(0, M…
1274 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1286 mxUtils.extend(CurlyBracketShape, mxActor);
1291 var s = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
1292 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1306 mxUtils.extend(ParallelMarkerShape, mxActor);
1336 this.canvas.lineTo = mxUtils.bind(this, HandJiggle.prototype.lineTo);
1339 this.canvas.moveTo = mxUtils.bind(this, HandJiggle.prototype.moveTo);
1342 this.canvas.close = mxUtils.bind(this, HandJiggle.prototype.close);
1345 this.canvas.quadTo = mxUtils.bind(this, HandJiggle.prototype.quadTo);
1348 this.canvas.curveTo = mxUtils.bind(this, HandJiggle.prototype.curveTo);
1351 this.canvas.arcTo = mxUtils.bind(this, HandJiggle.prototype.arcTo);
1493 return new HandJiggle(c, mxUtils.getValue(this.style, 'jiggle', this.defaultJiggle));
1499 if (!this.outline && this.style != null && mxUtils.getValue(this.style, 'comic', '0') != '0')
1514 …return !this.outline && (this.style == null || (mxUtils.getValue(this.style, 'comic', '0') == '0' …
1515 mxUtils.getValue(this.style, 'sketch', (urlParams['rough'] == '1') ? '1' : '0') == '0')) &&
1532 events = mxUtils.getValue(this.style, mxConstants.STYLE_POINTER_EVENTS, '1') == '1';
1549 if (mxUtils.getValue(this.style, mxConstants.STYLE_ABSOLUTE_ARCSIZE, 0) == '1')
1551 r = Math.min(w / 2, Math.min(h / 2, mxUtils.getValue(this.style,
1556 var f = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE,
1595 mxUtils.extend(ProcessShape, mxRectangleShape);
1605 if (mxUtils.getValue(this.state.style, mxConstants.STYLE_HORIZONTAL, true) ==
1614 …var inset = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'size', this.size)…
1618 var f = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE,
1634 var isFixedSize = mxUtils.getValue(this.style, 'fixedSize', this.fixedSize);
1635 var inset = parseFloat(mxUtils.getValue(this.style, 'size', this.size));
1648 var f = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE,
1675 mxUtils.extend(TransparentShape, mxRectangleShape);
1691 mxUtils.extend(CalloutShape, mxHexagon);
1698 return new mxRectangle(0, 0, 0, parseFloat(mxUtils.getValue(
1707 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1708 var s = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
1709 …var dx = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'position', this.posi…
1710 …var dx2 = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'position2', this.po…
1711 var base = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'base', this.base))));
1726 mxUtils.extend(StepShape, mxActor);
1735 var fixed = mxUtils.getValue(this.style, 'fixedSize', '0') != '0';
1736 …var s = (fixed) ? Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'size', this.fix…
1737 w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
1738 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1751 mxUtils.extend(HexagonShape, mxHexagon);
1760 var fixed = mxUtils.getValue(this.style, 'fixedSize', '0') != '0';
1761 …var s = (fixed) ? Math.max(0, Math.min(w * 0.5, parseFloat(mxUtils.getValue(this.style, 'size', th…
1762 w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
1763 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
1775 mxUtils.extend(PlusShape, mxRectangleShape);
1840 mxUtils.extend(ExtendedShape, mxRectangleShape);
1961 mxUtils.extend(MessageShape, mxCylinder);
1988 mxUtils.extend(UmlActorShape, mxShape);
2025 mxUtils.extend(UmlBoundaryShape, mxShape);
2060 mxUtils.extend(UmlEntityShape, mxEllipse);
2079 mxUtils.extend(UmlDestroyShape, mxShape);
2100 mxUtils.extend(UmlControlShape, mxShape);
2138 mxUtils.extend(UmlLifeline, mxRectangleShape);
2147 mxUtils.getValue(this.style, 'size', this.size)) * this.scale));
2153 var size = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
2154 var participant = mxUtils.getValue(this.style, 'participant');
2176 c.setDashed(mxUtils.getValue(this.style, 'lifelineDashed', '1') == '1');
2186 var size = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
2197 mxUtils.extend(UmlFrame, mxShape);
2204 rect.width - (parseFloat(mxUtils.getValue(this.style, 'width', this.width) * this.scale)),
2205 rect.height - (parseFloat(mxUtils.getValue(this.style, 'height', this.height) * this.scale)));
2210 var w0 = Math.min(w, Math.max(co, parseFloat(mxUtils.getValue(this.style, 'width', this.width))));
2211 …var h0 = Math.min(h, Math.max(co * 1.5, parseFloat(mxUtils.getValue(this.style, 'height', this.hei…
2212 var bg = mxUtils.getValue(this.style, mxConstants.STYLE_SWIMLANE_FILLCOLOR, mxConstants.NONE);
2264 size = mxUtils.getValue(vertex.style, 'size', size) * vertex.view.scale;
2329 return mxPerimeter.RectanglePerimeter(mxUtils.getDirectedBounds(bounds, new mxRectangle(0, 0, 0,
2330 Math.max(0, Math.min(bounds.height, parseFloat(mxUtils.getValue(vertex.style, 'size',
2340 var fixed = mxUtils.getValue(vertex.style, 'fixedSize', '0') != '0';
2345 size = mxUtils.getValue(vertex.style, 'size', size);
2358 var direction = (vertex != null) ? mxUtils.getValue(
2395 return mxUtils.getPerimeterPoint(points, p1, next);
2403 var fixed = mxUtils.getValue(vertex.style, 'fixedSize', '0') != '0';
2408 size = mxUtils.getValue(vertex.style, 'size', size);
2421 var direction = (vertex != null) ? mxUtils.getValue(
2468 return mxUtils.getPerimeterPoint(points, p1, next);
2476 var fixed = mxUtils.getValue(vertex.style, 'fixedSize', '0') != '0';
2481 size = mxUtils.getValue(vertex.style, 'size', size);
2497 var direction = (vertex != null) ? mxUtils.getValue(
2545 return mxUtils.getPerimeterPoint(points, p1, next);
2553 var fixed = mxUtils.getValue(vertex.style, 'fixedSize', '0') != '0';
2558 size = mxUtils.getValue(vertex.style, 'size', size);
2574 var direction = (vertex != null) ? mxUtils.getValue(
2610 return mxUtils.getPerimeterPoint(points, p1, next);
2620 mxUtils.extend(LollipopShape, mxShape);
2624 var sz = parseFloat(mxUtils.getValue(this.style, 'size', this.size));
2644 mxUtils.extend(RequiresShape, mxShape);
2649 var sz = parseFloat(mxUtils.getValue(this.style, 'size', this.size));
2650 var inset = parseFloat(mxUtils.getValue(this.style, 'inset', this.inset)) + this.strokewidth;
2674 mxUtils.extend(RequiredInterfaceShape, mxShape);
2695 mxUtils.extend(ProvidedRequiredInterfaceShape, mxShape);
2699 var inset = parseFloat(mxUtils.getValue(this.style, 'inset', this.inset)) + this.strokewidth;
2720 mxUtils.extend(ModuleShape, mxCylinder);
2725 var dx = parseFloat(mxUtils.getValue(this.style, 'jettyWidth', this.jettyWidth));
2726 var dy = parseFloat(mxUtils.getValue(this.style, 'jettyHeight', this.jettyHeight));
2770 mxUtils.extend(ComponentShape, mxCylinder);
2775 var dx = parseFloat(mxUtils.getValue(this.style, 'jettyWidth', this.jettyWidth));
2776 var dy = parseFloat(mxUtils.getValue(this.style, 'jettyHeight', this.jettyHeight));
2820 mxUtils.extend(AssociativeEntity, mxRectangleShape);
2826 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
2842 mxUtils.extend(StateShape, mxDoubleEllipse);
2869 mxUtils.extend(StartStateShape, StateShape);
2880 mxUtils.extend(LinkShape, mxArrowConnector);
2890 …return mxUtils.getNumber(this.style, 'width', this.defaultWidth) + Math.max(0, this.strokewidth - …
2907 mxUtils.extend(FlexArrowShape, mxArrowConnector);
2913 return this.getEdgeWidth() + mxUtils.getNumber(this.style, 'startWidth', this.defaultArrowWidth);
2918 return this.getEdgeWidth() + mxUtils.getNumber(this.style, 'endWidth', this.defaultArrowWidth);;
2923 …return mxUtils.getNumber(this.style, 'width', this.defaultWidth) + Math.max(0, this.strokewidth - …
2934 mxUtils.extend(ManualInputShape, mxActor);
2942 var s = Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.size)));
2943 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
2956 mxUtils.extend(InternalStorageShape, mxRectangleShape);
2970 var f = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE,
2975 var dx = Math.max(inset, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
2976 var dy = Math.max(inset, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
2998 mxUtils.extend(CornerShape, mxActor);
3005 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
3006 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
3008 var s = Math.min(w / 2, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
3009 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3022 mxUtils.extend(CrossbarShape, mxActor);
3046 mxUtils.extend(TeeShape, mxActor);
3053 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
3054 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
3057 var s = Math.min(w / 2, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
3058 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3072 mxUtils.extend(SingleArrowShape, mxActor);
3077 …var aw = h * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'arrowWidth', this.ar…
3078 …var as = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'arrowSize', this.arr…
3082 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3096 mxUtils.extend(DoubleArrowShape, mxActor);
3099 …var aw = h * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'arrowWidth', SingleA…
3100 …var as = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'arrowSize', SingleAr…
3104 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3119 mxUtils.extend(DataStorageShape, mxActor);
3124 var fixed = mxUtils.getValue(this.style, 'fixedSize', '0') != '0';
3125 …var s = (fixed) ? Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'size', this.fix…
3126 w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
3144 mxUtils.extend(OrShape, mxActor);
3161 mxUtils.extend(XorShape, mxActor);
3179 mxUtils.extend(LoopLimitShape, mxActor);
3187 var s = Math.min(w / 2, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
3188 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3201 mxUtils.extend(OffPageConnectorShape, mxActor);
3209 var s = h * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
3210 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
3223 mxUtils.extend(TapeDataShape, mxEllipse);
3242 mxUtils.extend(OrEllipseShape, mxEllipse);
3268 mxUtils.extend(SumEllipseShape, mxEllipse);
3295 mxUtils.extend(SortShape, mxRhombus);
3315 mxUtils.extend(CollateShape, mxEllipse);
3340 mxUtils.extend(DimensionShape, mxEllipse);
3375 mxUtils.extend(PartialRectangleShape, mxEllipse);
3386 var events = mxUtils.getValue(this.style, mxConstants.STYLE_POINTER_EVENTS, '1') == '1';
3401 if (this.outline || mxUtils.getValue(this.style, 'top', '1') == '1')
3410 if (this.outline || mxUtils.getValue(this.style, 'right', '1') == '1')
3419 if (this.outline || mxUtils.getValue(this.style, 'bottom', '1') == '1')
3428 if (this.outline || mxUtils.getValue(this.style, 'left', '1') == '1')
3445 mxUtils.extend(LineEllipseShape, mxEllipse);
3453 if (mxUtils.getValue(this.style, 'line') == 'vertical')
3475 mxUtils.extend(DelayShape, mxActor);
3495 mxUtils.extend(CrossShape, mxActor);
3500 …var size = Math.max(0, Math.min(m, m * parseFloat(mxUtils.getValue(this.style, 'size', this.size))…
3529 mxUtils.extend(DisplayShape, mxActor);
3534 …var s = Math.min(w - dx, Math.max(0, parseFloat(mxUtils.getValue(this.style, 'size', this.size))) …
3571 mxUtils.extend(mxShapeBasicRect2, mxActor);
3659 …var rectStyle = (os && os.rectStyle) ? os.rectStyle : mxUtils.getValue(this.style, 'rectStyle', th…
3660 …var absoluteCornerSize = (os && os.absoluteCornerSize) ? os.absoluteCornerSize : mxUtils.getValue(…
3661 …var size = (os && os.size) ? os.size : Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.st…
3662 …var rectOutline = (os && os.rectOutline) ? os.rectOutline : mxUtils.getValue(this.style, 'rectOutl…
3663 …var indent = (os && os.indent) ? os.indent : Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(t…
3664 var dashed = (os && os.dashed) ? os.dashed : mxUtils.getValue(this.style, 'dashed', false);
3665 …var dashPattern = (os && os.dashPattern) ? os.dashPattern : mxUtils.getValue(this.style, 'dashPatt…
3667 var top = (os && os.top) ? os.top : mxUtils.getValue(this.style, 'top', true);
3668 var right = (os && os.right) ? os.right : mxUtils.getValue(this.style, 'right', true);
3669 var bottom = (os && os.bottom) ? os.bottom : mxUtils.getValue(this.style, 'bottom', true);
3670 var left = (os && os.left) ? os.left : mxUtils.getValue(this.style, 'left', true);
3671 …var topLeftStyle = (os && os.topLeftStyle) ? os.topLeftStyle : mxUtils.getValue(this.style, 'topLe…
3672 …var topRightStyle = (os && os.topRightStyle) ? os.topRightStyle : mxUtils.getValue(this.style, 'to…
3673 …var bottomRightStyle = (os && os.bottomRightStyle) ? os.bottomRightStyle : mxUtils.getValue(this.s…
3674 …var bottomLeftStyle = (os && os.bottomLeftStyle) ? os.bottomLeftStyle : mxUtils.getValue(this.styl…
3675 …var fillColor = (os && os.fillColor) ? os.fillColor : mxUtils.getValue(this.style, 'fillColor', '#…
3676 …var strokeColor = (os && os.strokeColor) ? os.strokeColor : mxUtils.getValue(this.style, 'strokeCo…
3677 …var strokeWidth = (os && os.strokeWidth) ? os.strokeWidth : mxUtils.getValue(this.style, 'strokeWi…
3678 …var fillColor2 = (os && os.fillColor2) ? os.fillColor2 : mxUtils.getValue(this.style, 'fillColor2'…
3679 …var gradientColor2 = (os && os.gradientColor2) ? os.gradientColor2 : mxUtils.getValue(this.style, …
3680 …var gdir2 = (os && os.gradientDirection2) ? os.gradientDirection2 : mxUtils.getValue(this.style, '…
3681 var opacity = (os && os.opacity) ? os.opacity : mxUtils.getValue(this.style, 'opacity', '100');
5054 mxUtils.extend(FilledEdge, mxConnector);
5064 temp.push(mxUtils.clone(pts[i]));
5074 var fillClr = mxUtils.getValue(this.style, 'fillColor', null);
5415 if (mxUtils.getValue(state.style, mxConstants.STYLE_ABSOLUTE_ARCSIZE, 0) == '1')
5417 …var arcSize = mxUtils.getValue(state.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) /…
5423 var arcSize = Math.max(0, parseFloat(mxUtils.getValue(state.style,
5431 if (mxUtils.getValue(state.style, mxConstants.STYLE_ABSOLUTE_ARCSIZE, 0) == '1')
5451 if (mxUtils.getValue(state.style, mxConstants.STYLE_ROUNDED, false))
5468 …var fixed = (fixedDefaultValue != null) ? mxUtils.getValue(this.state.style, 'fixedSize', '0') != …
5469 …var size = Math.max(0, parseFloat(mxUtils.getValue(this.state.style, 'size', (fixed) ? fixedDefaul…
5474 …var fixed = (fixedDefaultValue != null) ? mxUtils.getValue(this.state.style, 'fixedSize', '0') != …
5480 if (mxUtils.getValue(state.style, mxConstants.STYLE_ROUNDED, false))
5497 …var fixed = (fixedDefaultValue != null) ? mxUtils.getValue(this.state.style, 'fixedSize', '0') != …
5498 …var size = parseFloat(mxUtils.getValue(this.state.style, 'size', (fixed) ? fixedDefaultValue : def…
5503 …var fixed = (fixedDefaultValue != null) ? mxUtils.getValue(this.state.style, 'fixedSize', '0') != …
5509 if (allowArcHandle && mxUtils.getValue(state.style, mxConstants.STYLE_ROUNDED, false))
5525 mxUtils.getValue(this.state.style, 'size', defaultValue))))) * factor;
5534 if (allowArcHandle && mxUtils.getValue(state.style, mxConstants.STYLE_ROUNDED, false))
5549 …var size = Math.max(0, Math.min(bounds.height * 0.5, parseFloat(mxUtils.getValue(this.state.style,…
5565 …var aw = Math.max(0, Math.min(1, mxUtils.getValue(this.state.style, 'arrowWidth', SingleArrowShape…
5566 …var as = Math.max(0, Math.min(maxSize, mxUtils.getValue(this.state.style, 'arrowSize', SingleArrow…
5627 var w = Math.sqrt(mxUtils.ptSegDistSq(p0.x, p0.y, p1.x, p1.y, pt.x, pt.y));
5650 …if (mxUtils.getValue(state.style, mxConstants.STYLE_STARTARROW, mxConstants.NONE) != mxConstants.N…
5655 …var l = mxUtils.getNumber(state.style, mxConstants.STYLE_STARTSIZE, mxConstants.ARROW_SIZE / 5) * …
5661 var w = Math.sqrt(mxUtils.ptSegDistSq(p0.x, p0.y, p1.x, p1.y, pt.x, pt.y));
5662 var l = mxUtils.ptLineDist(p0.x, p0.y, p0.x + ny, p0.y - nx, pt.x, pt.y);
5686 …var l = mxUtils.getNumber(state.style, mxConstants.STYLE_STARTSIZE, mxConstants.ARROW_SIZE / 5) * …
5692 var w = Math.sqrt(mxUtils.ptSegDistSq(p0.x, p0.y, p1.x, p1.y, pt.x, pt.y));
5693 var l = mxUtils.ptLineDist(p0.x, p0.y, p0.x + ny, p0.y - nx, pt.x, pt.y);
5721 …if (mxUtils.getValue(state.style, mxConstants.STYLE_ENDARROW, mxConstants.NONE) != mxConstants.NON…
5726 …var l = mxUtils.getNumber(state.style, mxConstants.STYLE_ENDSIZE, mxConstants.ARROW_SIZE / 5) * 3 …
5732 var w = Math.sqrt(mxUtils.ptSegDistSq(p0.x, p0.y, p1.x, p1.y, pt.x, pt.y));
5733 var l = mxUtils.ptLineDist(p0.x, p0.y, p0.x + ny, p0.y - nx, pt.x, pt.y);
5757 …var l = mxUtils.getNumber(state.style, mxConstants.STYLE_ENDSIZE, mxConstants.ARROW_SIZE / 5) * 3 …
5763 var w = Math.sqrt(mxUtils.ptSegDistSq(p0.x, p0.y, p1.x, p1.y, pt.x, pt.y));
5764 var l = mxUtils.ptLineDist(p0.x, p0.y, p0.x + ny, p0.y - nx, pt.x, pt.y);
5798 if (mxUtils.getValue(state.style, mxConstants.STYLE_ROUNDED))
5800 …var size = parseFloat(mxUtils.getValue(state.style, mxConstants.STYLE_STARTSIZE, mxConstants.DEFAU…
5807 …var size = parseFloat(mxUtils.getValue(state.style, mxConstants.STYLE_STARTSIZE, mxConstants.DEFAU…
5809 if (mxUtils.getValue(state.style, mxConstants.STYLE_HORIZONTAL, 1) == 1)
5820 (mxUtils.getValue(this.state.style, mxConstants.STYLE_HORIZONTAL, 1) == 1) ?
5864 …var size = Math.max(0, Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'size…
5876 …var w0 = Math.max(UmlFrame.prototype.corner, Math.min(bounds.width, mxUtils.getValue(this.state.st…
5877 …var h0 = Math.max(UmlFrame.prototype.corner * 1.5, Math.min(bounds.height, mxUtils.getValue(this.s…
5893 var fixed = mxUtils.getValue(this.state.style, 'fixedSize', '0') != '0';
5894 var size = parseFloat(mxUtils.getValue(this.state.style, 'size', ProcessShape.prototype.size));
5899 var fixed = mxUtils.getValue(this.state.style, 'fixedSize', '0') != '0';
5904 if (mxUtils.getValue(state.style, mxConstants.STYLE_ROUNDED, false))
5916 …var size = Math.max(0, Math.min(1, mxUtils.getValue(this.state.style, 'size', CrossShape.prototype…
5931 mxUtils.getValue(this.state.style, 'size', NoteShape.prototype.size)))));
5945 mxUtils.getValue(this.state.style, 'size', NoteShape2.prototype.size)))));
5958 …var size = Math.max(0, Math.min(bounds.height, mxUtils.getValue(this.state.style, 'size', ManualIn…
5966 if (mxUtils.getValue(state.style, mxConstants.STYLE_ROUNDED, false))
5977 var fixed = mxUtils.getValue(this.state.style, 'fixedSize', '0') != '0';
5978 …var size = parseFloat(mxUtils.getValue(this.state.style, 'size', (fixed) ? DataStorageShape.protot…
5983 var fixed = mxUtils.getValue(this.state.style, 'fixedSize', '0') != '0';
5993 …var size = Math.max(0, Math.min(bounds.height, mxUtils.getValue(this.state.style, 'size', CalloutS…
5994 …var position = Math.max(0, Math.min(1, mxUtils.getValue(this.state.style, 'position', CalloutShape…
5995 …var base = Math.max(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'base', CalloutSh…
6000 …var base = Math.max(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'base', CalloutSh…
6005 …var position2 = Math.max(0, Math.min(1, mxUtils.getValue(this.state.style, 'position2', CalloutSha…
6013 …var size = Math.max(0, Math.min(bounds.height, mxUtils.getValue(this.state.style, 'size', CalloutS…
6014 …var position = Math.max(0, Math.min(1, mxUtils.getValue(this.state.style, 'position', CalloutShape…
6015 …var base = Math.max(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'base', CalloutSh…
6020 …var position = Math.max(0, Math.min(1, mxUtils.getValue(this.state.style, 'position', CalloutShape…
6025 if (mxUtils.getValue(state.style, mxConstants.STYLE_ROUNDED, false))
6036 …var dx = Math.max(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'dx', InternalStora…
6037 …var dy = Math.max(0, Math.min(bounds.height, mxUtils.getValue(this.state.style, 'dy', InternalStor…
6046 if (mxUtils.getValue(state.style, mxConstants.STYLE_ROUNDED, false))
6057 …var dx = Math.max(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'jettyWidth', Modul…
6058 …var dy = Math.max(0, Math.min(bounds.height, mxUtils.getValue(this.state.style, 'jettyHeight', Mod…
6073 …var dx = Math.max(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'dx', CornerShape.p…
6074 …var dy = Math.max(0, Math.min(bounds.height, mxUtils.getValue(this.state.style, 'dy', CornerShape.…
6087 …var dx = Math.max(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'dx', TeeShape.prot…
6088 …var dy = Math.max(0, Math.min(bounds.height, mxUtils.getValue(this.state.style, 'dy', TeeShape.pro…
6103 …var tw = Math.max(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'tabWidth', FolderS…
6104 …var th = Math.max(0, Math.min(bounds.height, mxUtils.getValue(this.state.style, 'tabHeight', Folde…
6106 …if (mxUtils.getValue(this.state.style, 'tabPosition', FolderShape.prototype.tabPosition) == mxCons…
6116 …if (mxUtils.getValue(this.state.style, 'tabPosition', FolderShape.prototype.tabPosition) == mxCons…
6129 …var size = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'size', DocumentS…
6141 …var size = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'size', TapeShape…
6153 …var isoAngle = Math.max(0.01, Math.min(94, parseFloat(mxUtils.getValue(this.state.style, 'isoAngle…
6168 …var size = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'size', OffPageCo…
6180 …var size = Math.max(0, Math.min(bounds.width / 2, bounds.height / 2, parseFloat(mxUtils.getValue(t…
6190 …var dx2 = Math.max(0, Math.min(100, parseFloat(mxUtils.getValue(this.state.style, 'indent', this.d…
6297 var alpha1 = mxUtils.toRadians(-30);
6302 isoHVector = mxUtils.getRotatedPoint(isoHVector, cos1, sin1);
6304 var alpha2 = mxUtils.toRadians(-150);
6309 isoVVector = mxUtils.getRotatedPoint(isoVVector, cos2, sin2);
6346 var elbow = mxUtils.getValue(state.style, 'elbow', 'horizontal') == 'horizontal';
6417 var tan30 = Math.tan(mxUtils.toRadians(30));
6436 …var isoAngle = Math.max(0.01, Math.min(94, parseFloat(mxUtils.getValue(this.style, 'isoAngle', thi…
6454 …var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE, mxConstants.LINE_ARCSIZE) / …
6455 var s = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
6456 …var dx = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'position', this.posi…
6457 …var dx2 = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'position2', this.po…
6458 var base = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'base', this.base))));
6508 …var s = Math.max(0, Math.min(w, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.s…
6532 …var s = Math.max(0, Math.min(w, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.s…
6556 …var s = Math.max(0, Math.min(w, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.s…
6577 var s = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
6605 …var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'tabWidth', this.tabWidth…
6606 …var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'tabHeight', this.tabHeig…
6607 var tp = mxUtils.getValue(this.style, 'tabPosition', this.tabPosition);
6656 …var s = Math.min(w - dx, Math.max(0, parseFloat(mxUtils.getValue(this.style, 'size', this.size))) …
6672 var x0 = parseFloat(mxUtils.getValue(style, 'jettyWidth', ModuleShape.prototype.jettyWidth)) / 2;
6673 var dy = parseFloat(mxUtils.getValue(style, 'jettyHeight', ModuleShape.prototype.jettyHeight));
6833 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
6834 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
6860 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
6861 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
6892 …var aw = h * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'arrowWidth', this.ar…
6893 …var as = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'arrowSize', this.arr…
6912 …var aw = h * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'arrowWidth', SingleA…
6913 …var as = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'arrowSize', SingleAr…
6933 …var size = Math.max(0, Math.min(m, m * parseFloat(mxUtils.getValue(this.style, 'size', this.size))…