Uses of Class
repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Uses of JungNetworkLayout in repast.simphony.visualization.visualization3D.layout
Modifier and TypeClassDescriptionclass
FR3DLayout<T>
Modified from the Fruchterman-Reingold algorithm for node layouts from JUNG- FRLayout for 2D...but modified to do 3DModifier and TypeFieldDescriptionprotected JungNetworkLayout
JungRadiusGraphElementAccessor.layout
Modifier and TypeMethodDescriptionvoid
JungGraphElementAccessor.setLayout
(JungNetworkLayout layout) Sets theNetwork
that is used to specify the locations of vertices and edges in this instance tolayout
.void
JungRadiusGraphElementAccessor.setLayout
(JungNetworkLayout l) ModifierConstructorDescriptionJungRadiusGraphElementAccessor
(JungNetworkLayout l, double maxDistance)