Searched refs:TapeDataShape (Results 1 – 1 of 1) sorted by relevance
3219 function TapeDataShape() function3223 mxUtils.extend(TapeDataShape, mxEllipse);3224 TapeDataShape.prototype.paintVertexShape = function(c, x, y, w, h) class3235 mxCellRenderer.registerShape('tapeData', TapeDataShape);6645 TapeDataShape.prototype.constraints = mxEllipse.prototype.constraints;