public abstract class SphericalDrawing<X extends Point_> extends GraphDrawing<X>
| Constructor and Description |
|---|
SphericalDrawing() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw2D()
draw the graph in a 2D frame
|
void |
draw3D()
Draw the graph on the sphere using geodesic arcs (it uses Java3D and class MeshViewer)
Geodesic arcs are represented by polylines: every edge in the input
skeleton is subdivided into step+1 segments
|
computeDrawing, dimension, getPoint, getPoint2, toStringpublic void draw2D()
draw2D in class GraphDrawing<X extends Point_>public void draw3D()
draw3D in class GraphDrawing<X extends Point_>