Uses of Interface
org.evoludo.graphics.AbstractGraph.Controller
Packages that use AbstractGraph.Controller
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of AbstractGraph.Controller in org.evoludo.graphics
Subinterfaces of AbstractGraph.Controller in org.evoludo.graphicsModifier and TypeInterfaceDescriptionstatic interfaceThe interface for communicating with graphs that show nodes, e.g.Fields in org.evoludo.graphics declared as AbstractGraph.ControllerModifier and TypeFieldDescriptionprotected AbstractGraph.ControllerAbstractGraph.controllerThe controller of this graph.Constructors in org.evoludo.graphics with parameters of type AbstractGraph.ControllerModifierConstructorDescriptionprotectedAbstractGraph(AbstractGraph.Controller controller, Module module) Create the base class for graphs.HistoGraph(AbstractGraph.Controller controller, Module module, int row) Create new histogram graph formodulerunning incontroller.LineGraph(AbstractGraph.Controller controller, Module module) Create new line graph forcontroller.ParaGraph(AbstractGraph.Controller controller, Module module) Create new parametric graph formodulerunning incontroller.S3Graph(AbstractGraph.Controller controller, Module module, int role) Create a new simplex \(S_3\) graph formodulerunning incontrollerwith the specifiedrole. -
Uses of AbstractGraph.Controller in org.evoludo.simulator.views
Classes in org.evoludo.simulator.views that implement AbstractGraph.ControllerModifier and TypeClassDescriptionclassThe parent class of all panels that provide graphical representations the state of the current EvoLudo model.classThe view to display the console log.classThe view to display the distribution of continuous traits.classGenericPop<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.classThe view to display a histogram of various quantities of the current EvoLudo model.classThe view to display graphs with time series data.classThe view to display time series of data as a trajectory in a 2D phase plane.classThe view to display configuration of the current state of the model in 2D.classThe view to display configuration of the current state of the model in 3D.classThe view to display time series of data as a trajectory on the \(S_3\) simplex.