Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2952 function InternalStorageShape() function
2956 mxUtils.extend(InternalStorageShape, mxRectangleShape);
2957 InternalStorageShape.prototype.dx = 20; class
2958 InternalStorageShape.prototype.dy = 20;
2959 InternalStorageShape.prototype.isHtmlAllowed = function()
2963 InternalStorageShape.prototype.paintForeground = function(c, x, y, w, h)
2991 mxCellRenderer.registerShape('internalStorage', InternalStorageShape);
6036 …, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'dx', InternalStorageShape.prototype.d…
6037 … Math.min(bounds.height, mxUtils.getValue(this.state.style, 'dy', InternalStorageShape.prototype.d…
6643 InternalStorageShape.prototype.constraints = mxRectangleShape.prototype.constraints;