public class IterativeTutteDrawing<X extends Point_> extends GraphDrawing<X>
Modifier and Type | Field and Description |
---|---|
static int |
nIterations |
Constructor and Description |
---|
IterativeTutteDrawing() |
IterativeTutteDrawing(ArrayBasedGraph g,
Point_2[] exteriorPoints) |
Modifier and Type | Method and Description |
---|---|
void |
computeDrawing()
compute the Tutte drawing of a planar graph iteratively
using the Force-Directed paradigm
The first k vertices are assumed to be fixed on the outer face
|
public IterativeTutteDrawing()
public IterativeTutteDrawing(ArrayBasedGraph g, Point_2[] exteriorPoints)
public void computeDrawing()
computeDrawing
in class GraphDrawing<X extends Point_>