Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1984 function UmlActorShape() function
1988 mxUtils.extend(UmlActorShape, mxShape);
1989 UmlActorShape.prototype.paintBackground = function(c, x, y, w, h) class
2018 mxCellRenderer.registerShape('umlActor', UmlActorShape);
6722 UmlActorShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.25, 0.1), false),