Uses of Class
org.evoludo.simulator.Network3D
Packages that use Network3D
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The toolkit to explore interactive evolutionary models.
Geometries for population interaction and competition graphs used by the
simulator.
-
Uses of Network3D in org.evoludo.graphics
Subclasses of Network3D in org.evoludo.graphicsModifier and TypeClassDescriptionclassGraphical representation of generic population geometries in 3D. -
Uses of Network3D in org.evoludo.simulator
Methods in org.evoludo.simulator that return Network3DModifier and TypeMethodDescriptionabstract Network3DEvoLudo.createNetwork3D(AbstractGeometry geometry) Generate 3D network.EvoLudoGWT.createNetwork3D(AbstractGeometry geometry) -
Uses of Network3D in org.evoludo.simulator.geometries
Fields in org.evoludo.simulator.geometries declared as Network3DModifier and TypeFieldDescription(package private) Network3DAbstractGeometry.network3DLocal storage for the 3D representation of this graph.Methods in org.evoludo.simulator.geometries that return Network3DModifier and TypeMethodDescriptionAbstractGeometry.getNetwork3D()Retrieve (and lazily create) the 3D representation associated with this geometry.Methods in org.evoludo.simulator.geometries with parameters of type Network3DModifier and TypeMethodDescriptionvoidAbstractGeometry.setNetwork3D(Network3D net) Store the 3D network representation.