Class LayeredDigraphVertex
Extends LayoutVertex. This holds LayeredDigraphLayout-specific information about Nodes.
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.
|
- Properties borrowed from class LayoutVertex:
- bounds, centerX, centerY, 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