Class JungRandomVertexLocationDecorator
java.lang.Object
repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
- All Implemented Interfaces:
JungVertexLocationFunction
-
Constructor Summary
ConstructorsConstructorDescriptionJungRandomVertexLocationDecorator(Dimension d, boolean zValue) JungRandomVertexLocationDecorator(Dimension d, int seed) -
Method Summary
Modifier and TypeMethodDescriptiondouble[]double[]getLocation(Object o, boolean threeD) voidreset()Resets all vertex locations returned bygetLocationto new (random) locations.
-
Constructor Details
-
JungRandomVertexLocationDecorator
-
JungRandomVertexLocationDecorator
-
JungRandomVertexLocationDecorator
-
-
Method Details
-
reset
public void reset()Resets all vertex locations returned bygetLocationto new (random) locations. -
getLocation
- Specified by:
getLocationin interfaceJungVertexLocationFunction
-
getLocation
- Specified by:
getLocationin interfaceJungVertexLocationFunction
-
getVertexIterator
- Specified by:
getVertexIteratorin interfaceJungVertexLocationFunction
-