Lines Matching refs:mxRectangleShape

141 			mxRectangleShape.prototype.paintBackground.apply(this, arguments);  class
1511 var mxRectangleShapeIsHtmlAllowed0 = mxRectangleShape.prototype.isHtmlAllowed;
1512 mxRectangleShape.prototype.isHtmlAllowed = function()
1519 var mxRectangleShapePaintBackground0 = mxRectangleShape.prototype.paintBackground;
1520 mxRectangleShape.prototype.paintBackground = function(c, x, y, w, h)
1593 mxRectangleShape.call(this);
1595 mxUtils.extend(ProcessShape, mxRectangleShape);
1663 mxRectangleShape.prototype.paintForeground.apply(this, arguments);
1673 mxRectangleShape.call(this);
1675 mxUtils.extend(TransparentShape, mxRectangleShape);
1773 mxRectangleShape.call(this);
1775 mxUtils.extend(PlusShape, mxRectangleShape);
1791 mxRectangleShape.prototype.paintForeground.apply(this, arguments);
1838 mxRectangleShape.call(this);
1840 mxUtils.extend(ExtendedShape, mxRectangleShape);
1873 mxRectangleShape.prototype.paintBackground.apply(this, arguments);
1951 mxRectangleShape.prototype.paintForeground.apply(this, arguments);
2136 mxRectangleShape.call(this);
2138 mxUtils.extend(UmlLifeline, mxRectangleShape);
2158 mxRectangleShape.prototype.paintBackground.call(this, c, x, y, w, size);
2187 mxRectangleShape.prototype.paintForeground.call(this, c, x, y, w, Math.min(h, size));
2818 mxRectangleShape.call(this);
2820 mxUtils.extend(AssociativeEntity, mxRectangleShape);
2832 mxRectangleShape.prototype.paintForeground.apply(this, arguments);
2954 mxRectangleShape.call(this);
2956 mxUtils.extend(InternalStorageShape, mxRectangleShape);
2965 mxRectangleShape.prototype.paintForeground.apply(this, arguments);
6479 mxRectangleShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0, 0), true),
6499 PartialRectangleShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6500 mxImageShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6501 mxSwimlane.prototype.constraints = mxRectangleShape.prototype.constraints;
6502 PlusShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6503 mxLabel.prototype.constraints = mxRectangleShape.prototype.constraints;
6643 InternalStorageShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6644 DataStorageShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6649 ManualInputShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6650 DelayShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6708 LoopLimitShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6709 OffPageConnectorShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6817 ParallelogramShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6818 TrapezoidShape.prototype.constraints = mxRectangleShape.prototype.constraints;