Uses of Class
org.evoludo.graphics.GenericPopGraph
Packages that use GenericPopGraph
-
Uses of GenericPopGraph in org.evoludo.graphics
Subclasses of GenericPopGraph in org.evoludo.graphicsModifier and TypeClassDescriptionclass
The graphical representation of network structures in 2D.class
The graphical representation of network structures in 3D. -
Uses of GenericPopGraph in org.evoludo.simulator.views
Classes in org.evoludo.simulator.views with type parameters of type GenericPopGraphModifier and TypeClassDescriptionclass
GenericPop<T,
N extends Network, G extends GenericPopGraph<T, N>> The abstract parent class for views that display the configuration of the current state of the model in 2D or 3D.Methods in org.evoludo.simulator.views with parameters of type GenericPopGraphModifier and TypeMethodDescription(package private) void
GenericPop.setGraphGeometry
(GenericPopGraph<T, N> graph, boolean inter) Helper method to assign a geometry to a graph.