Class LayeredDigraphVertex
Extends LayoutVertex. This holds LayeredDigraphLayout-specific information about Nodes.
This class inherits from LayoutVertex.
Constructor Summary Details
Name | Description |
---|---|
LayeredDigraphVertex()
|
|
Properties Summary Details
Name, Value Type | Description |
---|---|
column
{number}
|
The column to which the node is assigned.More... The default value is -1. |
component
{number}
|
The connected component to which the node is assigned.More... The default value is NaN. |
index
{number}
|
The index to which the node is assigned.More... The default value is -1. |
layer
{number}
|
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. |
- Properties borrowed from class LayoutVertex:
- bounds, centerX, centerY, data, destinationEdges, destinationVertexes, edges, edgesCount, focus, focusX, focusY, height, network, node, sourceEdges, sourceVertexes, vertexes, width, x, y
- Methods borrowed from class LayoutVertex:
- addDestinationEdge, addSourceEdge, commit, deleteDestinationEdge, deleteSourceEdge