Lines Matching refs:UmlFrame
2193 function UmlFrame() function
2197 mxUtils.extend(UmlFrame, mxShape);
2198 UmlFrame.prototype.width = 60; class
2199 UmlFrame.prototype.height = 30;
2200 UmlFrame.prototype.corner = 10;
2201 UmlFrame.prototype.getLabelMargins = function(rect)
2207 UmlFrame.prototype.paintBackground = function(c, x, y, w, h)
2249 mxCellRenderer.registerShape('umlFrame', UmlFrame);
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…
5882 …this.state.style['width'] = Math.round(Math.max(UmlFrame.prototype.corner, Math.min(bounds.width, …
5883 …this.state.style['height'] = Math.round(Math.max(UmlFrame.prototype.corner * 1.5, Math.min(bounds.…