Searched refs:StepShape (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 1722 function StepShape() function 1726 mxUtils.extend(StepShape, mxActor); 1727 StepShape.prototype.size = 0.2; class 1728 StepShape.prototype.fixedSize = 20; 1729 StepShape.prototype.isRoundable = function() 1733 StepShape.prototype.redrawPath = function(c, x, y, w, h) 1744 mxCellRenderer.registerShape('step', StepShape); 2477 var size = (fixed) ? StepShape.prototype.fixedSize : StepShape.prototype.size; 6202 …'step': createDisplayHandleFunction(StepShape.prototype.size, true, null, true, StepShape.prototyp… 6767 StepShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.25, 0), true),
|