Uses of Interface
org.evoludo.simulator.views.BasicTooltipProvider
Packages that use BasicTooltipProvider
-
Uses of BasicTooltipProvider in org.evoludo.graphics
Subinterfaces of BasicTooltipProvider in org.evoludo.graphicsModifier and TypeInterfaceDescriptioninterface
Views that provide more sophisticated tooltips should implement this interface.static interface
Views that provide extended tooltips for specific locations that go beyond the capabilities of theBasicTooltipProvider
should implement this interface.static interface
Views that provide extended tooltips for specific (scaled) coordinates(x,y)
on a parametric plot that go beyond the capabilities of theBasicTooltipProvider
should implement this interface.static interface
Views that provide extended tooltips for specific (scaled) coordinates(x,y)
on a simplex plot that go beyond the capabilities of theBasicTooltipProvider
should implement this interface.Classes in org.evoludo.graphics that implement BasicTooltipProviderModifier and TypeClassDescriptionclass
Histogram graph for displaying data in bins.class
Graph to visualize time series data.class
Default mapping of data to the phase plane or phase plane projections.Fields in org.evoludo.graphics declared as BasicTooltipProviderModifier and TypeFieldDescription(package private) BasicTooltipProvider
AbstractGraph.tooltipProvider
The provider for tooltips.Methods in org.evoludo.graphics with parameters of type BasicTooltipProviderModifier and TypeMethodDescriptionvoid
AbstractGraph.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 TypeClassDescriptionclass
The class that defines the mapping of asymmetric2×2
games onto a 2D phase plane: fraction of cooperators alongx
-axis and fraction of rich patches alongy
-axis.class
The CentiMap class provides a mapping of the centipede game to a pair of \(S_3\) simplices for the first mover and second mover roles.class
The 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 TypeClassDescriptionclass
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 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
Default mapping of data to simplex \(S_3\) projections.