Home
last modified time | relevance | path

Searched refs:OrEllipseShape (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js3238 function OrEllipseShape() function
3242 mxUtils.extend(OrEllipseShape, mxEllipse);
3243 OrEllipseShape.prototype.paintVertexShape = function(c, x, y, w, h) class
3261 mxCellRenderer.registerShape('orEllipse', OrEllipseShape);
6646 OrEllipseShape.prototype.constraints = mxEllipse.prototype.constraints;