Searched refs:UmlControlShape (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 2096 function UmlControlShape() function 2100 mxUtils.extend(UmlControlShape, mxShape); 2101 UmlControlShape.prototype.getLabelBounds = function(rect) class 2105 UmlControlShape.prototype.paintBackground = function(c, x, y, w, h) 2120 UmlControlShape.prototype.paintForeground = function(c, x, y, w, h) 2131 mxCellRenderer.registerShape('umlControl', UmlControlShape);
|