Searched refs:SingleArrowShape (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 3068 function SingleArrowShape() function 3072 mxUtils.extend(SingleArrowShape, mxActor); 3073 SingleArrowShape.prototype.arrowWidth = 0.3; class 3074 SingleArrowShape.prototype.arrowSize = 0.2; 3075 SingleArrowShape.prototype.redrawPath = function(c, x, y, w, h) 3089 mxCellRenderer.registerShape('singleArrow', SingleArrowShape); 3100 …0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'arrowSize', SingleArrowShape.prototype.arr… 5565 …max(0, Math.min(1, mxUtils.getValue(this.state.style, 'arrowWidth', SingleArrowShape.prototype.arr… 5566 …, Math.min(maxSize, mxUtils.getValue(this.state.style, 'arrowSize', SingleArrowShape.prototype.arr… 6889 SingleArrowShape.prototype.getConstraints = function(style, w, h) [all …]
|