Package org.evoludo.graphics
Interface TooltipProvider.Index
- All Superinterfaces:
BasicTooltipProvider
,TooltipProvider
- All Known Implementing Classes:
Distribution
,GenericPop
,Pop2D
,Pop3D
- Enclosing interface:
TooltipProvider
Views that provide extended tooltips for specific locations that go beyond
the capabilities of the
BasicTooltipProvider
should implement this
interface. The index typically refers to an individual node but may equally
refer to a location on a lattice for PDE models or 2D trait distributions.-
Nested Class Summary
Nested classes/interfaces inherited from interface TooltipProvider
TooltipProvider.Index, TooltipProvider.Parametric, TooltipProvider.Simplex
-
Method Summary
Modifier and TypeMethodDescriptiongetTooltipAt
(AbstractGraph<?> graph, int index) Get the tooltip for the location with indexindex
.Methods inherited from interface BasicTooltipProvider
getTooltipAt, getTooltipAt
-
Method Details
-
getTooltipAt
Get the tooltip for the location with indexindex
.- Parameters:
graph
- the graph requesting the tooltipindex
- theindex
of the location- Returns:
- the tooltip for the node
- See Also:
-