Searched refs:RequiresShape (Results 1 – 1 of 1) sorted by relevance
2640 function RequiresShape() function2644 mxUtils.extend(RequiresShape, mxShape);2645 RequiresShape.prototype.size = 10; class2646 RequiresShape.prototype.inset = 2;2647 RequiresShape.prototype.paintBackground = function(c, x, y, w, h)2667 mxCellRenderer.registerShape('requires', RequiresShape);