Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js3115 function DataStorageShape() function
3119 mxUtils.extend(DataStorageShape, mxActor);
3120 DataStorageShape.prototype.size = 0.1; class
3121 DataStorageShape.prototype.fixedSize = 20;
3122 DataStorageShape.prototype.redrawPath = function(c, x, y, w, h)
3137 mxCellRenderer.registerShape('dataStorage', DataStorageShape);
5978 …ils.getValue(this.state.style, 'size', (fixed) ? DataStorageShape.prototype.fixedSize : DataStorag…
6644 DataStorageShape.prototype.constraints = mxRectangleShape.prototype.constraints;