Searched refs:CardShape (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 1008 function CardShape() function 1012 mxUtils.extend(CardShape, mxActor); 1013 CardShape.prototype.size = 30; class 1014 CardShape.prototype.isRoundable = function() 1018 CardShape.prototype.redrawPath = function(c, x, y, w, h) 1027 mxCellRenderer.registerShape('card', CardShape); 6207 'card': createCubeHandleFunction(0.5, CardShape.prototype.size, true), 6529 CardShape.prototype.getConstraints = function(style, w, h)
|