Uses of Interface
org.evoludo.graphics.GenericPopGraph.PopGraphController
Packages that use GenericPopGraph.PopGraphController
-
Uses of GenericPopGraph.PopGraphController in org.evoludo.graphics
Constructors in org.evoludo.graphics with parameters of type GenericPopGraph.PopGraphControllerModifierConstructorDescriptionGenericPopGraph
(GenericPopGraph.PopGraphController controller, Module module) Create the base class for population graphs.PopGraph2D
(GenericPopGraph.PopGraphController controller, Module module) Create a graph for graphically visualizing the structure of a network (or population).PopGraph3D
(GenericPopGraph.PopGraphController controller, Module module) Create a graph for graphically visualizing the structure of a network (or population). -
Uses of GenericPopGraph.PopGraphController in org.evoludo.simulator.views
Classes in org.evoludo.simulator.views that implement GenericPopGraph.PopGraphControllerModifier and TypeClassDescriptionclass
The view to display the distribution of continuous traits.class
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.class
The view to display configuration of the current state of the model in 2D.class
The view to display configuration of the current state of the model in 3D.