Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js640 function CylinderShape() function
645 mxUtils.extend(CylinderShape, mxShape);
647 CylinderShape.prototype.size = 15; class
649 CylinderShape.prototype.paintVertexShape = function(c, x, y, w, h)
682 mxCellRenderer.registerShape('cylinder2', CylinderShape);
6162 'cylinder2' : createCylinderHandleFunction(CylinderShape.prototype.size),