Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2134 function UmlLifeline() function
2138 mxUtils.extend(UmlLifeline, mxRectangleShape);
2139 UmlLifeline.prototype.size = 40; class
2140 UmlLifeline.prototype.isHtmlAllowed = function()
2144 UmlLifeline.prototype.getLabelBounds = function(rect)
2151 UmlLifeline.prototype.paintBackground = function(c, x, y, w, h)
2164 if (ctor != null && ctor != UmlLifeline)
2184 UmlLifeline.prototype.paintForeground = function(c, x, y, w, h)
2190 mxCellRenderer.registerShape('umlLifeline', UmlLifeline);
2260 var size = UmlLifeline.prototype.size;
[all …]