Home
last modified time | relevance | path

Searched refs:TableShape (Results 1 – 1 of 1) sorted by path

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js111 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);