Class ForceDirectedVertex
Extends LayoutVertex. This holds ForceDirectedLayout-specific information about Nodes.
This class inherits from LayoutVertex.
Constructor Summary Details
| Name | Description |
|---|---|
|
ForceDirectedVertex()
|
|
Properties Summary Details
| Name, Value Type | Description |
|---|---|
|
charge
{number}
|
Gets or sets the electrical charge for this vertex.More... The default value is NaN. |
|
forceX
{number}
|
Gets or sets the cumulative force on the vertex in the X direction.More... The default value is zero. |
|
forceY
{number}
|
Gets or sets the cumulative force on the vertex in the Y direction.More... The default value is zero. |
|
isFixed
{boolean}
|
Gets or sets whether the vertex may be moved by any forces.More... The default value is false. |
|
mass
{number}
|
Gets or sets the gravitational mass for this vertex.More... The default value is NaN. |
- 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