Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines an object that contains the constraints about how to connect one side of an edge to its terminal.

Hierarchy

  • mxConnectionConstraint

Index

Constructors

Properties

Constructors

constructor

  • Constructs a new connection constraint for the given point and boolean arguments.

    Parameters

    • Optional point: mxPoint

      Optional mxPoint that specifies the fixed location of the point in relative coordinates. Default is null.

    • Optional perimeter: boolean

      Optional boolean that specifies if the fixed point should be projected onto the perimeter of the terminal. Default is true.

    • Optional name: string
    • Optional dx: number
    • Optional dy: number

    Returns mxConnectionConstraint

Properties

name

name: string

Variable: name

Optional string that specifies the name of the constraint.

perimeter

perimeter: boolean

Variable: perimeter

Boolean that specifies if the point should be projected onto the perimeter of the terminal.

point

point: mxPoint

Variable: point

that specifies the fixed location of the connection point.

Generated using TypeDoc