Searched refs:CylinderShape3 (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 685 function CylinderShape3(bounds, fill, stroke, strokewidth) class 694 mxUtils.extend(CylinderShape3, mxCylinder); 696 CylinderShape3.prototype.size = 15; 698 CylinderShape3.prototype.paintVertexShape = function(c, x, y, w, h) 746 mxCellRenderer.registerShape('cylinder3', CylinderShape3); 1143 CylinderShape3.prototype.getLabelMargins = function(rect) 6163 'cylinder3' : createCylinderHandleFunction(CylinderShape3.prototype.size), 6574 CylinderShape3.prototype.getConstraints = function(style, w, h)
|