Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1591 function ProcessShape() function
1595 mxUtils.extend(ProcessShape, mxRectangleShape);
1596 ProcessShape.prototype.size = 0.1; class
1597 ProcessShape.prototype.fixedSize = false;
1599 ProcessShape.prototype.isHtmlAllowed = function()
1603 ProcessShape.prototype.getLabelBounds = function(rect)
1632 ProcessShape.prototype.paintForeground = function(c, x, y, w, h)
1666 mxCellRenderer.registerShape('process', ProcessShape);
1668 mxCellRenderer.registerShape('process2', ProcessShape);
5894 var size = parseFloat(mxUtils.getValue(this.state.style, 'size', ProcessShape.prototype.size));