Searched refs:OrEllipseShape (Results 1 – 1 of 1) sorted by relevance
3238 function OrEllipseShape() function3242 mxUtils.extend(OrEllipseShape, mxEllipse);3243 OrEllipseShape.prototype.paintVertexShape = function(c, x, y, w, h) class3261 mxCellRenderer.registerShape('orEllipse', OrEllipseShape);6646 OrEllipseShape.prototype.constraints = mxEllipse.prototype.constraints;