- n - Variable in class GridLayout
-
number of vertices of the graph
- n - Variable in class IterativeTutteLayout
-
number of vertices
- n - Variable in class PlanarLayout
-
number of vertices of the graph
- nBoundaryVertices - Variable in class IterativeTutteLayout
-
number of the boundary vertices of the graph (on the outer cycle)
- neighbors - Variable in class jdg.graph.AdjacencyListGraph
-
for each node, store the list of neighbors
- neighbors - Variable in class jdg.graph.Node
-
list of neighbors of the current node
- neighborsList() - Method in class jdg.graph.Node
-
Return the list of neighboring nodes
- Node - Class in jdg.graph
-
A class for representing a node of a graph (implemented using adjacency lists)
- Node(int) - Constructor for class jdg.graph.Node
-
- Node(int, Color) - Constructor for class jdg.graph.Node
-
- Node(int, Color, String) - Constructor for class jdg.graph.Node
-