V - The vertex typeE - The edge typepublic class ConvexDrawing<V extends Vertex,E extends Edge<V>>
extends java.lang.Object
| Constructor and Description |
|---|
ConvexDrawing(Graph<V,E> graph) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<V,java.awt.geom.Point2D> |
execute()
Executes the algorithms
|
java.util.Map<V,java.awt.geom.Point2D> |
execute(Path<V,E> S)
Executes the algorithms give an outside facial cycle
|
public java.util.Map<V,java.awt.geom.Point2D> execute()