Uses of Class
org.evoludo.simulator.Network2D
Packages that use Network2D
-
Uses of Network2D in org.evoludo.graphics
Subclasses of Network2D in org.evoludo.graphicsModifier and TypeClassDescriptionclass
Graphical representation of generic population geometries in 2D. -
Uses of Network2D in org.evoludo.simulator
Fields in org.evoludo.simulator declared as Network2DModifier and TypeFieldDescriptionprivate Network2D
Geometry.network2D
Local storage for the 2D representation of this graph.Methods in org.evoludo.simulator that return Network2DModifier and TypeMethodDescriptionabstract Network2D
EvoLudo.createNetwork2D
(Geometry geometry) Generate 2D network.EvoLudoGWT.createNetwork2D
(Geometry geometry) Geometry.getNetwork2D()
Get the 2D network representation of this graph.Methods in org.evoludo.simulator with parameters of type Network2DModifier and TypeMethodDescriptionvoid
Geometry.setNetwork2D
(Network2D net) Set the 2D network representation of this graph.