Searched refs:LoopLimitShape (Results 1 – 1 of 1) sorted by relevance
3175 function LoopLimitShape() function3179 mxUtils.extend(LoopLimitShape, mxActor);3180 LoopLimitShape.prototype.size = 20; class3181 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;