Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js3219 function TapeDataShape() function
3223 mxUtils.extend(TapeDataShape, mxEllipse);
3224 TapeDataShape.prototype.paintVertexShape = function(c, x, y, w, h) class
3235 mxCellRenderer.registerShape('tapeData', TapeDataShape);
6645 TapeDataShape.prototype.constraints = mxEllipse.prototype.constraints;