Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2021 function UmlBoundaryShape() function
2025 mxUtils.extend(UmlBoundaryShape, mxShape);
2026 UmlBoundaryShape.prototype.getLabelMargins = function(rect) class
2030 UmlBoundaryShape.prototype.paintBackground = function(c, x, y, w, h)
2053 mxCellRenderer.registerShape('umlBoundary', UmlBoundaryShape);