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