Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2616 function LollipopShape() function
2620 mxUtils.extend(LollipopShape, mxShape);
2621 LollipopShape.prototype.size = 10; class
2622 LollipopShape.prototype.paintBackground = function(c, x, y, w, h)
2637 mxCellRenderer.registerShape('lollipop', LollipopShape);
6783 LollipopShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.5, 0), false),