Uses of Class
org.evoludo.simulator.Network3D
Packages that use Network3D
-
Uses of Network3D in org.evoludo.graphics
Subclasses of Network3D in org.evoludo.graphicsModifier and TypeClassDescriptionclass
Graphical representation of generic population geometries in 3D. -
Uses of Network3D in org.evoludo.simulator
Fields in org.evoludo.simulator declared as Network3DModifier and TypeFieldDescriptionprivate Network3D
Geometry.network3D
Local storage for the 3D representation of this graph.Methods in org.evoludo.simulator that return Network3DModifier and TypeMethodDescriptionabstract Network3D
EvoLudo.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 TypeMethodDescriptionvoid
Geometry.setNetwork3D
(Network3D net) Set the 3D network representation of this graph.