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 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.