mxEdgeSegmentHandler.js | |
Functions | |
getPreviewPoints | Updates the given preview state taking into account the state of the constraint handler. |
createBends | Adds custom bends for the center of each segment. |
redraw | Overridden to invoke <refresh> before the redraw. |
redrawInnerBends | Updates the position of the custom bends. |
changePoints | Changes the points of the given edge to reflect the current state of the handler. |
Updates the given preview state taking into account the state of the constraint handler.
mxEdgeSegmentHandler.prototype.getPreviewPoints = function( point )
Adds custom bends for the center of each segment.
mxEdgeSegmentHandler.prototype.createBends = function()
Overridden to invoke refresh before the redraw.
mxEdgeSegmentHandler.prototype.redraw = function()
Updates the position of the custom bends.
mxEdgeSegmentHandler.prototype.redrawInnerBends = function( p0, pe )
Changes the points of the given edge to reflect the current state of the handler.
mxEdgeSegmentHandler.prototype.changePoints = function( edge, points )