Class LayeredDigraphVertex
Extends . This holds LayeredDigraphLayout-specific information about Nodes.
This class inherits from LayoutVertex.
Constructor Summary Details
Returns | Name | Description |
---|---|---|
LayeredDigraphVertex()
|
|
Properties Summary Details
Returns | Name | Description |
---|---|---|
{number}
|
column
|
The column to which the node is assigned. More...
The default value is -1.
|
{number}
|
component
|
The connected component to which the node is assigned. More...
The default value is NaN.
|
{number}
|
index
|
The index to which the node is assigned. More...
The default value is -1.
|
{number}
|
layer
|
The layer to which the node is assigned. More...
The default value is -1.
|
near
|
Another LayeredDigraphVertex in the same layer that this node should be near. More...
The default value is null.
|