Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js3371 function PartialRectangleShape() function
3375 mxUtils.extend(PartialRectangleShape, mxEllipse);
3376 PartialRectangleShape.prototype.paintVertexShape = function(c, x, y, w, h) class
3438 mxCellRenderer.registerShape('partialRectangle', PartialRectangleShape);
6499 PartialRectangleShape.prototype.constraints = mxRectangleShape.prototype.constraints;