Searched refs:LollipopShape (Results 1 – 1 of 1) sorted by relevance
2616 function LollipopShape() function2620 mxUtils.extend(LollipopShape, mxShape);2621 LollipopShape.prototype.size = 10; class2622 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),