Lines Matching refs:CalloutShape
1687 function CalloutShape() function
1691 mxUtils.extend(CalloutShape, mxHexagon);
1692 CalloutShape.prototype.size = 30; class
1693 CalloutShape.prototype.position = 0.5;
1694 CalloutShape.prototype.position2 = 0.5;
1695 CalloutShape.prototype.base = 20;
1696 CalloutShape.prototype.getLabelMargins = function()
1701 CalloutShape.prototype.isRoundable = function()
1705 CalloutShape.prototype.redrawPath = function(c, x, y, w, h)
1719 mxCellRenderer.registerShape('callout', CalloutShape);
2331 CalloutShape.prototype.size)) * vertex.view.scale))),
5993 …0, Math.min(bounds.height, mxUtils.getValue(this.state.style, 'size', CalloutShape.prototype.size)…
5994 …ath.max(0, Math.min(1, mxUtils.getValue(this.state.style, 'position', CalloutShape.prototype.posit…
5995 …(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'base', CalloutShape.prototype.base)…
6000 …(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'base', CalloutShape.prototype.base)…
6005 …th.max(0, Math.min(1, mxUtils.getValue(this.state.style, 'position2', CalloutShape.prototype.posit…
6013 …0, Math.min(bounds.height, mxUtils.getValue(this.state.style, 'size', CalloutShape.prototype.size)…
6014 …ath.max(0, Math.min(1, mxUtils.getValue(this.state.style, 'position', CalloutShape.prototype.posit…
6015 …(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'base', CalloutShape.prototype.base)…
6020 …ath.max(0, Math.min(1, mxUtils.getValue(this.state.style, 'position', CalloutShape.prototype.posit…
6451 CalloutShape.prototype.getConstraints = function(style, w, h)