org.jzy3d.plot3d.primitives.graphs.layout
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:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
DefaultGraphLayout2d
public DefaultGraphLayout2d()
getVertexPosition
public Coord2d getVertexPosition(V v)
- Specified by:
getVertexPosition
in interface IGraphLayout2d<V>
setVertexPosition
public void setVertexPosition(V v,
Coord2d position)
- Specified by:
setVertexPosition
in interface IGraphLayout2d<V>
Copyright © 2013. All rights reserved.