Searched refs:TeeShape (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 3042 function TeeShape() function 3046 mxUtils.extend(TeeShape, mxActor); 3047 TeeShape.prototype.dx = 20; class 3048 TeeShape.prototype.dy = 20; 3051 TeeShape.prototype.redrawPath = function(c, x, y, w, h) 3065 mxCellRenderer.registerShape('tee', TeeShape); 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… 6830 TeeShape.prototype.getConstraints = function(style, w, h)
|