Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2075 function UmlDestroyShape() function
2079 mxUtils.extend(UmlDestroyShape, mxShape);
2080 UmlDestroyShape.prototype.paintVertexShape = function(c, x, y, w, h) class
2093 mxCellRenderer.registerShape('umlDestroy', UmlDestroyShape);