| Package | Description |
|---|---|
| Jcg.graph | |
| Jcg.graph.drawing |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeometricGraph<X extends Point_>
Implementation of a geometric graph (generic and undirected)
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdjacencyListGraph<V extends Node>
Pointer based implementation of an Adjacency List Representation of a graph
|
class |
GeometricGraph_2
Implementation of a geometric graph, whose vertices correspond to 2D points
|
class |
GeometricGraph_3
Implementation of a geometric graph, whose vertices correspond to 3D points
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphDrawing_2
Provides methods for computing drawings of graphs (using an array based representation of the graph)
|