Searched refs:TableShape (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 111 function TableShape() function 116 mxUtils.extend(TableShape, mxSwimlane); 118 TableShape.prototype.getLabelBounds = function(rect) class 132 TableShape.prototype.paintVertexShape = function(c, x, y, w, h) 152 TableShape.prototype.paintForeground = function(c, x, y, w, h) 178 TableShape.prototype.paintTableForeground = function(c, x, y, w, h) 291 mxCellRenderer.registerShape('table', TableShape);
|