| Class | Description |
|---|---|
| BarycentricDrawing<X extends Point_> |
Provides methods for drawing graphs in 2D using Schnyder barycentic drawing
|
| GraphDrawing<X extends Point_> |
Provides methods for drawing graphs
|
| GraphDrawing_2 |
Provides methods for computing drawings of graphs (using an array based representation of the graph)
|
| IterativeTutteDrawing<X extends Point_> |
Provides methods for drawing graphs in 2D using iterative Tutte barycentric method
|
| SpectralDrawing_2<X extends Point_> |
Provides methods for drawing graphs in 2D using spectral based methods
|
| SpectralDrawing_3<X extends Point_> |
Provides methods for drawing graphs in 3D using spectral based methods
|
| SphericalCentralProjection<X extends Point_3> |
Provides methods for performing the central projection of a 3D convex polyhedron
on the unit sphere.
|
| SphericalDrawing<X extends Point_> |
Geodesic spherical drawing of a planar graph.
|
| SpringDrawing_2<X extends Point_> | |
| SpringDrawing_3<X extends Point_> | |
| TutteDrawing<X extends Point_> |