- a - Variable in class SpringDrawing
-
- addEdge(Node, Node) - Method in class jdg.graph.AdjacencyListGraph
-
Add an edge between two nodes
- addNeighbor(Node) - Method in class jdg.graph.Node
-
- addNode(Node) - Method in class jdg.graph.AdjacencyListGraph
-
Add a new node to the graph.
- AdjacencyListGraph - Class in jdg.graph
-
Pointer based implementation of an Adjacency List Representation of a graph.
- AdjacencyListGraph() - Constructor for class jdg.graph.AdjacencyListGraph
-
Initialize an empty graph
- adjacent(Node, Node) - Method in class jdg.graph.AdjacencyListGraph
-
Check whether two nodes are adjacent (slow implementation, without hash maps)
- adjacent(Node) - Method in class jdg.graph.Node
-
- area - Variable in class FR91Layout
-
area of the drawing region (width times height)
- attractiveForce(double) - Method in class FR91Layout
-
Compute the (intensity of the) attractive force between two nodes at a given distance