Home
last modified time | relevance | path

Searched refs:DelayShape (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js3471 function DelayShape() function
3475 mxUtils.extend(DelayShape, mxActor);
3476 DelayShape.prototype.redrawPath = function(c, x, y, w, h) class
3488 mxCellRenderer.registerShape('delay', DelayShape);
6650 DelayShape.prototype.constraints = mxRectangleShape.prototype.constraints;