Searched refs:ComponentShape (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 2766 function ComponentShape() function 2770 mxUtils.extend(ComponentShape, mxCylinder); 2771 ComponentShape.prototype.jettyWidth = 32; class 2772 ComponentShape.prototype.jettyHeight = 12; 2773 ComponentShape.prototype.redrawPath = function(path, x, y, w, h, isForeground) 2813 mxCellRenderer.registerShape('component', ComponentShape); 6730 ComponentShape.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.25, 0), true),
|