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.
-
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
Fields in org.evoludo.simulator declared as Network3DModifier and TypeFieldDescriptionprivate Network3DGeometry.network3DLocal storage for the 3D representation of this graph.Methods in org.evoludo.simulator that return Network3DModifier and TypeMethodDescriptionabstract Network3DEvoLudo.createNetwork3D(Geometry geometry) Generate 3D network.EvoLudoGWT.createNetwork3D(Geometry geometry) Geometry.getNetwork3D()Get the 3D network representation of this graph.Methods in org.evoludo.simulator with parameters of type Network3DModifier and TypeMethodDescriptionvoidGeometry.setNetwork3D(Network3D net) Set the 3D network representation of this graph.