Uses of Interface
org.evoludo.simulator.views.BasicTooltipProvider
Packages that use BasicTooltipProvider
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The modules to implement various evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of BasicTooltipProvider in org.evoludo.graphics
Subinterfaces of BasicTooltipProvider in org.evoludo.graphicsModifier and TypeInterfaceDescriptioninterfaceViews that provide more sophisticated tooltips should implement this interface.static interfaceViews that provide extended tooltips for specific locations that go beyond the capabilities of theBasicTooltipProvidershould implement this interface.static interfaceViews that provide extended tooltips for specific (scaled) coordinates(x,y)on a parametric plot that go beyond the capabilities of theBasicTooltipProvidershould implement this interface.static interfaceViews that provide extended tooltips for specific (scaled) coordinates(x,y)on a simplex plot that go beyond the capabilities of theBasicTooltipProvidershould implement this interface.Classes in org.evoludo.graphics that implement BasicTooltipProviderModifier and TypeClassDescriptionclassA 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.classDefault mapping of data to the phase plane or phase plane projections.Fields in org.evoludo.graphics declared as BasicTooltipProviderModifier and TypeFieldDescription(package private) BasicTooltipProviderAbstractGraph.tooltipProviderThe provider for tooltips.Methods in org.evoludo.graphics with parameters of type BasicTooltipProviderModifier and TypeMethodDescriptionvoidAbstractGraph.setTooltipProvider(BasicTooltipProvider tooltipProvider) Set the provider for tooltips. -
Uses of BasicTooltipProvider in org.evoludo.simulator.modules
Classes in org.evoludo.simulator.modules that implement BasicTooltipProviderModifier and TypeClassDescriptionclassThe class that defines the mapping of asymmetric2×2games onto a 2D phase plane: fraction of cooperators alongx-axis and fraction of rich patches alongy-axis.classThe CentiMap class provides a mapping of the centipede game to a pair of \(S_3\) simplices for the first mover and second mover roles.classMap translating ecological public goods data to a 2D phase plane and tooltip content. -
Uses of BasicTooltipProvider in org.evoludo.simulator.views
Classes in org.evoludo.simulator.views that implement BasicTooltipProviderModifier and TypeClassDescriptionclassView component that renders the distribution of continuous traits for one or more species in the EvoLudo simulation.classGenericPop<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).class2D population view for the EvoLudo model.class3D population view for the EvoLudo model.classDefault mapping of data to simplex \(S_3\) projections.