Home
last modified time | relevance | path

Searched refs:LineEllipseShape (Results 1 – 1 of 1) sorted by last modified time

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js3441 function LineEllipseShape() function
3445 mxUtils.extend(LineEllipseShape, mxEllipse);
3446 LineEllipseShape.prototype.paintVertexShape = function(c, x, y, w, h) class
3468 mxCellRenderer.registerShape('lineEllipse', LineEllipseShape);
6648 LineEllipseShape.prototype.constraints = mxEllipse.prototype.constraints;