Package org.evoludo.graphics
Interface TooltipProvider.Simplex
- All Superinterfaces:
BasicTooltipProvider
,TooltipProvider
- Enclosing interface:
TooltipProvider
Views that provide extended tooltips for specific (scaled) coordinates
(x,y)
on a simplex plot that go beyond the capabilities of the
BasicTooltipProvider
should implement this interface.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface TooltipProvider
TooltipProvider.Index, TooltipProvider.Parametric, TooltipProvider.Simplex
-
Method Summary
Modifier and TypeMethodDescriptiongetTooltipAt
(S3Graph graph, double x, double y) Get the tooltip for the simplexgraph
at the scaled coordinates(x,y)
with the origin in the lower left corner of the simplex.Methods inherited from interface BasicTooltipProvider
getTooltipAt, getTooltipAt
-
Method Details
-
getTooltipAt
Get the tooltip for the simplexgraph
at the scaled coordinates(x,y)
with the origin in the lower left corner of the simplex.- Parameters:
graph
- the graph requesting the tooltipx
- the x-coordinatey
- the y-coordinate- Returns:
- the tooltip for the location
(x,y)
- See Also:
-