Interface IGraphLayout2d<V>
-
- All Known Implementing Classes:
DefaultGraphLayout2d
public interface IGraphLayout2d<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Coord2d
get(V v)
Coord2d
getVertexPosition(V v)
void
setVertexPosition(V v, Coord2d position)
Collection<Coord2d>
values()
-