Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2640 function RequiresShape() function
2644 mxUtils.extend(RequiresShape, mxShape);
2645 RequiresShape.prototype.size = 10; class
2646 RequiresShape.prototype.inset = 2;
2647 RequiresShape.prototype.paintBackground = function(c, x, y, w, h)
2667 mxCellRenderer.registerShape('requires', RequiresShape);