Searched refs:UmlFrame (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 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… [all …]
|