Searched refs:CylinderShape (Results 1 – 1 of 1) sorted by relevance
640 function CylinderShape() function645 mxUtils.extend(CylinderShape, mxShape);647 CylinderShape.prototype.size = 15; class649 CylinderShape.prototype.paintVertexShape = function(c, x, y, w, h)682 mxCellRenderer.registerShape('cylinder2', CylinderShape);6162 'cylinder2' : createCylinderHandleFunction(CylinderShape.prototype.size),