Searched refs:DocumentShape (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 1082 function DocumentShape() function 1086 mxUtils.extend(DocumentShape, mxActor); 1087 DocumentShape.prototype.size = 0.3; class 1088 DocumentShape.prototype.getLabelMargins = function(rect) 1098 DocumentShape.prototype.redrawPath = function(c, x, y, w, h) 1113 mxCellRenderer.registerShape('document', DocumentShape); 6129 …(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'size', DocumentShape.prototype.size… 6819 DocumentShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.25, 0), true),
|