public class BarycentricDrawing<X extends Point_> extends GraphDrawing<X>
Constructor and Description |
---|
BarycentricDrawing() |
BarycentricDrawing(ArrayBasedGraph g,
X[] extP,
int[] extV,
java.lang.Number[][] barCoeff) |
Modifier and Type | Method and Description |
---|---|
void |
computeDrawing()
compute the barycentric drawing of a planar graph
exterior face points must be given, as well as barycentric coefficients
|
public BarycentricDrawing()
public BarycentricDrawing(ArrayBasedGraph g, X[] extP, int[] extV, java.lang.Number[][] barCoeff)
public void computeDrawing()
computeDrawing
in class GraphDrawing<X extends Point_>