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 TypeClassDescriptionclassHistogram graph for displaying data in bins.classGraph to visualize time series data.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.classThe map for translating the data of the ecological public goods game models into 2D phase plane representation. -
Uses of BasicTooltipProvider in org.evoludo.simulator.views
Classes in org.evoludo.simulator.views that implement BasicTooltipProviderModifier and TypeClassDescriptionclassThe 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 configuration of the current state of the model in 2D.classThe view to display configuration of the current state of the model in 3D.classDefault mapping of data to simplex \(S_3\) projections.