Searched refs:PartialRectangleShape (Results 1 – 1 of 1) sorted by relevance
3371 function PartialRectangleShape() function3375 mxUtils.extend(PartialRectangleShape, mxEllipse);3376 PartialRectangleShape.prototype.paintVertexShape = function(c, x, y, w, h) class3438 mxCellRenderer.registerShape('partialRectangle', PartialRectangleShape);6499 PartialRectangleShape.prototype.constraints = mxRectangleShape.prototype.constraints;