Searched refs:LineEllipseShape (Results 1 – 1 of 1) sorted by relevance
3441 function LineEllipseShape() function3445 mxUtils.extend(LineEllipseShape, mxEllipse);3446 LineEllipseShape.prototype.paintVertexShape = function(c, x, y, w, h) class3468 mxCellRenderer.registerShape('lineEllipse', LineEllipseShape);6648 LineEllipseShape.prototype.constraints = mxEllipse.prototype.constraints;