Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js3175 function LoopLimitShape() function
3179 mxUtils.extend(LoopLimitShape, mxActor);
3180 LoopLimitShape.prototype.size = 20; class
3181 LoopLimitShape.prototype.isRoundable = function()
3185 LoopLimitShape.prototype.redrawPath = function(c, x, y, w, h)
3194 mxCellRenderer.registerShape('loopLimit', LoopLimitShape);
6208 'loopLimit': createCubeHandleFunction(0.5, LoopLimitShape.prototype.size, true),
6708 LoopLimitShape.prototype.constraints = mxRectangleShape.prototype.constraints;