Uses of Interface
org.evoludo.graphics.TooltipProvider
Packages that use TooltipProvider
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of TooltipProvider in org.evoludo.graphics
Subinterfaces of TooltipProvider in org.evoludo.graphicsModifier and TypeInterfaceDescriptionstatic 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. -
Uses of TooltipProvider in org.evoludo.simulator.views
Classes in org.evoludo.simulator.views that implement TooltipProviderModifier 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.