Uses of Class
org.evoludo.graphics.AbstractGraph
Packages that use AbstractGraph
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of AbstractGraph in org.evoludo.graphics
Subclasses of AbstractGraph in org.evoludo.graphicsModifier and TypeClassDescriptionclassGenericPopGraph<T, N extends Network<?>>Abstract base class for visualizing a population as a graph.classA histogram graph used to render and interact with binned data.classLineGraph visualizes time series data as one or more line plots inside a resizable, pannable and zoomable canvas.classParaGraph is a specialized 2D parametric/phase-plane graph component for visualizing trajectories produced by a simulation module.classThe graphical representation of lattices and network structures in 2D.classThe graphical representation of network structures in 3D.classGraph for the simplex \(S_3\).Methods in org.evoludo.graphics with parameters of type AbstractGraphModifier and TypeMethodDescriptionTooltipProvider.Index.getTooltipAt(AbstractGraph<?> graph, int index) Get the tooltip for the location with indexindex. -
Uses of AbstractGraph in org.evoludo.simulator.views
Classes in org.evoludo.simulator.views with type parameters of type AbstractGraphModifier and TypeClassDescriptionclassAbstractView<G extends AbstractGraph<?>>The parent class of all panels that provide graphical representations the state of the current EvoLudo model.Subclasses with type arguments of type AbstractGraph in org.evoludo.simulator.viewsMethods in org.evoludo.simulator.views with parameters of type AbstractGraphModifier and TypeMethodDescriptionDistribution.getTooltipAt(AbstractGraph<?> graph, int node) GenericPop.getTooltipAt(AbstractGraph<?> agraph, int node)