Searched refs:ProcessShape (Results 1 – 1 of 1) sorted by relevance
1591 function ProcessShape() function1595 mxUtils.extend(ProcessShape, mxRectangleShape);1596 ProcessShape.prototype.size = 0.1; class1597 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));