Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LayeredDigraphEdge

Hierarchy

This holds LayeredDigraphLayout-specific information about Links.

This class inherits from LayoutEdge.

Index

Inherited Members

Constructors

Properties

  • True if the link is part of the depth first forest. The default value is false.

  • Approximate column offset of the from port of the link from the from node column used in straightening. The default value is 0.

  • Location of the port at the from node of the link. Allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports. The default value is NaN.

    This property is also used to align link ports when using LayeredDigraphLayout.alignOption.

  • Approximate column offset of the to port of the link from the to node column used in straightening. The default value is 0.

  • Location of the port at the to node of the link. Allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports. The default value is NaN.

    This property is also used to align link ports when using LayeredDigraphLayout.alignOption.

  • True if the link was reversed during cycle removal. The default value is false.

  • True if the link is part of the proper digraph. The default value is false.