Uses of Interface
org.evoludo.graphics.AbstractGraph.Controller
Packages that use AbstractGraph.Controller
-
Uses of AbstractGraph.Controller in org.evoludo.graphics
Subinterfaces of AbstractGraph.Controller in org.evoludo.graphicsModifier and TypeInterfaceDescriptionstatic interface
The interface for communicating with graphs that show nodes, e.g.Fields in org.evoludo.graphics declared as AbstractGraph.ControllerModifier and TypeFieldDescriptionprotected AbstractGraph.Controller
AbstractGraph.controller
The controller of this graph.Constructors in org.evoludo.graphics with parameters of type AbstractGraph.ControllerModifierConstructorDescriptionprotected
AbstractGraph
(AbstractGraph.Controller controller, Module module) Create the base class for graphs.HistoGraph
(AbstractGraph.Controller controller, Module module, int row) Create new histogram graph formodule
running incontroller
.LineGraph
(AbstractGraph.Controller controller, Module module) Create new line graph forcontroller
.ParaGraph
(AbstractGraph.Controller controller, Module module) Create new parametric graph formodule
running incontroller
.S3Graph
(AbstractGraph.Controller controller, Module module, int role) Create a new simplex \(S_3\) graph formodule
running incontroller
with the specifiedrole
. -
Uses of AbstractGraph.Controller in org.evoludo.simulator.views
Classes in org.evoludo.simulator.views that implement AbstractGraph.ControllerModifier and TypeClassDescriptionclass
The parent class of all panels that provide graphical representations the state of the current EvoLudo model.class
The view to display the console log.class
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 a histogram of various quantities of the current EvoLudo model.class
The view to display graphs with time series data.class
The view to display time series of data as a trajectory in a 2D phase plane.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.class
The view to display time series of data as a trajectory on the \(S_3\) simplex.