Uses of Class
org.evoludo.graphics.GenericPopGraph
Packages that use GenericPopGraph
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of GenericPopGraph in org.evoludo.graphics
Subclasses of GenericPopGraph in org.evoludo.graphicsModifier and TypeClassDescriptionclassThe graphical representation of network structures in 2D.classThe 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 TypeClassDescriptionclassGenericPop<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) voidGenericPop.setGraphGeometry(GenericPopGraph<T, N> graph, boolean inter) Helper method to assign a geometry to a graph.