Uses of Interface
org.evoludo.graphics.TooltipProvider
Packages that use TooltipProvider
-
Uses of TooltipProvider in org.evoludo.graphics
Subinterfaces of TooltipProvider in org.evoludo.graphicsModifier and TypeInterfaceDescriptionstatic 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. -
Uses of TooltipProvider in org.evoludo.simulator.views
Classes in org.evoludo.simulator.views that implement TooltipProviderModifier 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.