Defines an object that contains the constraints about how to connect one side of an edge to its terminal.
mxConnectionConstraint | Defines an object that contains the constraints about how to connect one side of an edge to its terminal. |
Variables | |
point | mxPoint that specifies the fixed location of the connection point. |
perimeter | Boolean that specifies if the point should be projected onto the perimeter of the terminal. |
Functions | |
mxConnectionConstraint | Constructs a new connection constraint for the given point and boolean arguments. |
var $point
mxPoint that specifies the fixed location of the connection point.
function mxConnectionConstraint( $point = null, $perimeter = true )
Constructs a new connection constraint for the given point and boolean arguments.
point | Optional mxPoint that specifies the fixed location of the point in relative coordinates. Default is null. |
perimeter | Optional boolean that specifies if the fixed point should be projected onto the perimeter of the terminal. Default is true. |
mxPoint that specifies the fixed location of the connection point.
var $point
Boolean that specifies if the point should be projected onto the perimeter of the terminal.
var $perimeter
Constructs a new connection constraint for the given point and boolean arguments.
function mxConnectionConstraint( $point = null, $perimeter = true )