Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js768 function FolderShape() function
772 mxUtils.extend(FolderShape, mxCylinder);
773 FolderShape.prototype.tabWidth = 60; class
774 FolderShape.prototype.tabHeight = 20;
775 FolderShape.prototype.tabPosition = 'right';
776 FolderShape.prototype.arcSize = 0.1;
778 FolderShape.prototype.paintVertexShape = function(c, x, y, w, h)
859 mxCellRenderer.registerShape('folder', FolderShape);
861 FolderShape.prototype.getLabelMargins = function(rect)
1160 FolderShape.prototype.getLabelMargins = function(rect)
[all …]