Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js3197 function OffPageConnectorShape() function
3201 mxUtils.extend(OffPageConnectorShape, mxActor);
3202 OffPageConnectorShape.prototype.size = 3 / 8; class
3203 OffPageConnectorShape.prototype.isRoundable = function()
3207 OffPageConnectorShape.prototype.redrawPath = function(c, x, y, w, h)
3216 mxCellRenderer.registerShape('offPageConnector', OffPageConnectorShape);
6168 …Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'size', OffPageConnectorShape.prototype.…
6709 OffPageConnectorShape.prototype.constraints = mxRectangleShape.prototype.constraints;