public class DefaultGraphLayout2d<V> extends HashMap<V,Coord2d> implements IGraphLayout2d<V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DefaultGraphLayout2d() |
Modifier and Type | Method and Description |
---|---|
Coord2d |
getVertexPosition(V v) |
void |
setVertexPosition(V v,
Coord2d position) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
get, values
public Coord2d getVertexPosition(V v)
getVertexPosition
in interface IGraphLayout2d<V>
public void setVertexPosition(V v, Coord2d position)
setVertexPosition
in interface IGraphLayout2d<V>
Copyright © 2016. All rights reserved.