V - The vertex typeE - The edge typepublic class ConvexLayouter<V extends Vertex,E extends Edge<V>> extends AbstractLayouter<V,E>
| Constructor and Description |
|---|
ConvexLayouter() |
| Modifier and Type | Method and Description |
|---|---|
Drawing<V,E> |
layout(Graph<V,E> graph,
GraphLayoutProperties layoutProperties)
Lays out the graph, taking into account given properties
|
isOneGraph, isPositionsEdges, setOneGraph, setPositionsEdgespublic Drawing<V,E> layout(Graph<V,E> graph, GraphLayoutProperties layoutProperties)
AbstractLayouter