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>

public class DefaultGraphLayout2d<V> extends HashMap<V,Coord2d> implements IGraphLayout2d<V>
See Also: