Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js463 function DataStoreShape() function
467 mxUtils.extend(DataStoreShape, mxCylinder);
469 DataStoreShape.prototype.redrawPath = function(c, x, y, w, h, isForeground) class
519 DataStoreShape.prototype.getLabelMargins = function(rect)
525 mxCellRenderer.registerShape('datastore', DataStoreShape);