Class DefaultGraphLayout2d<V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<V,Coord2d>
org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphLayout2d<V>
- All Implemented Interfaces:
Serializable,Cloneable,Map<V,,Coord2d> IGraphLayout2d<V>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphLayout2d
get, values
-
Constructor Details
-
DefaultGraphLayout2d
public DefaultGraphLayout2d()
-
-
Method Details
-
getVertexPosition
- Specified by:
getVertexPositionin interfaceIGraphLayout2d<V>
-
setVertexPosition
- Specified by:
setVertexPositionin interfaceIGraphLayout2d<V>
-