Searched refs:HexagonShape (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 1747 function HexagonShape() function 1751 mxUtils.extend(HexagonShape, mxHexagon); 1752 HexagonShape.prototype.size = 0.25; class 1753 HexagonShape.prototype.fixedSize = 20; 1754 HexagonShape.prototype.isRoundable = function() 1758 HexagonShape.prototype.redrawPath = function(c, x, y, w, h) 1768 mxCellRenderer.registerShape('hexagon', HexagonShape); 2554 var size = (fixed) ? HexagonShape.prototype.fixedSize : HexagonShape.prototype.size; 6203 …'hexagon': createDisplayHandleFunction(HexagonShape.prototype.size, true, 0.5, true, HexagonShape.…
|