Searched refs:PlusShape (Results 1 – 1 of 1) sorted by relevance
1771 function PlusShape() function1775 mxUtils.extend(PlusShape, mxRectangleShape);1776 PlusShape.prototype.isHtmlAllowed = function() class1780 PlusShape.prototype.paintForeground = function(c, x, y, w, h)1794 mxCellRenderer.registerShape('plus', PlusShape);6502 PlusShape.prototype.constraints = mxRectangleShape.prototype.constraints;