Package | Description |
---|---|
Jcg.graph.drawing |
Modifier and Type | Class and Description |
---|---|
class |
BarycentricDrawing<X extends Point_>
Provides methods for drawing graphs in 2D using Schnyder barycentic drawing
|
class |
IterativeTutteDrawing<X extends Point_>
Provides methods for drawing graphs in 2D using iterative Tutte barycentric method
|
class |
SpectralDrawing_2<X extends Point_>
Provides methods for drawing graphs in 2D using spectral based methods
|
class |
SpectralDrawing_3<X extends Point_>
Provides methods for drawing graphs in 3D using spectral based methods
|
class |
SphericalCentralProjection<X extends Point_3>
Provides methods for performing the central projection of a 3D convex polyhedron
on the unit sphere.
|
class |
SphericalDrawing<X extends Point_>
Geodesic spherical drawing of a planar graph.
|
class |
SpringDrawing_2<X extends Point_> |
class |
SpringDrawing_3<X extends Point_> |
class |
TutteDrawing<X extends Point_> |