public interface IGraphLayout2d<V>
Modifier and Type | Method and Description |
---|---|
Coord2d |
get(V v) |
Coord2d |
getVertexPosition(V v) |
void |
setVertexPosition(V v,
Coord2d position) |
Collection<Coord2d> |
values() |
Copyright © 2016. All rights reserved.