| Constructor and Description |
|---|
LayoutPicker() |
| Modifier and Type | Method and Description |
|---|---|
LayoutAlgorithms |
pickAlgorithm(Graph<V,E> graph)
Picks the appropriate algorithm based on the properties of the graph
|
LayoutAlgorithms |
pickAlgorithm(java.util.List<V> vertices,
java.util.List<E> edges) |
public LayoutAlgorithms pickAlgorithm(java.util.List<V> vertices, java.util.List<E> edges)
public LayoutAlgorithms pickAlgorithm(Graph<V,E> graph)
graph - The graph