Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2096 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);