Searched refs:CurlyBracketShape (Results 1 – 1 of 1) sorted by relevance
1282 function CurlyBracketShape() function1286 mxUtils.extend(CurlyBracketShape, mxActor);1287 CurlyBracketShape.prototype.size = 0.5; class1288 CurlyBracketShape.prototype.redrawPath = function(c, x, y, w, h)1299 mxCellRenderer.registerShape('curlyBracket', CurlyBracketShape);6204 'curlyBracket': createDisplayHandleFunction(CurlyBracketShape.prototype.size, false),