Lines Matching refs:UmlLifeline
2134 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;
5864 …n(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'size', UmlLifeline.prototype.size)…
6967 UmlLifeline.prototype.constraints = null;