Class LayeredDigraphEdge

Extends LayoutEdge. This holds LayeredDigraphLayout-specific information about Links.

This class inherits from LayoutEdge.

Constructor Summary Details

Name Description
LayeredDigraphEdge()

Properties Summary Details

Name, Value Type Description
forest
{boolean}

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

portFromColOffset
{number}

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

portFromPos
{number}

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

portToColOffset
{number}

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

portToPos
{number}

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

rev
{boolean}

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

valid
{boolean}

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

Properties borrowed from class LayoutEdge:
data, fromVertex, link, network, toVertex
Methods borrowed from class LayoutEdge:
commit, getOtherVertex