Class LayeredDigraphVertexUnindexed

GoJS® Diagramming Components
version 3.0.0
by Northwoods Software®

Hierarchy

This holds LayeredDigraphLayout-specific information about Nodes.

This class inherits from LayoutVertex.

Index

Constructors

Accessors

Constructors

Accessors

  • Gets or sets the column to which the node is assigned. The default value is -1.

    This property is not used during straightening and packing of nodes when using LayeredDigraphLayout.alignOption.

  • Gets or sets the connected component to which the node is assigned. The default value is NaN.

    This property is not used during straightening and packing of nodes when using LayeredDigraphLayout.alignOption.

  • Gets or sets the index to which the node is assigned. The default value is -1.

  • Gets or sets the layer to which the node is assigned. The default value is -1.

  • Gets or sets another LayeredDigraphVertex in the same layer that this node should be near. The default value is null.