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 lattices and 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>> Abstract base view for rendering population-related data (traits or fitness) for EvoLudo models that expose spatial/graph structure (IBS and PDE models).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.