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 Coord2dget(V v)Coord2dgetVertexPosition(V v)voidsetVertexPosition(V v, Coord2d position)Collection<Coord2d>values()
-