Package org.evoludo.graphics
Interface TooltipProvider.Parametric
- All Superinterfaces:
BasicTooltipProvider
,TooltipProvider
- Enclosing interface:
TooltipProvider
Views that provide extended tooltips for specific (scaled)
coordinates
(x,y)
on a parametric 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
(ParaGraph graph, double x, double y) Get the tooltip for the parametric plotgraph
at the scaled coordinates(x,y)
with the origin in the lower left corner of the phase plane.Methods inherited from interface BasicTooltipProvider
getTooltipAt, getTooltipAt
-
Method Details
-
getTooltipAt
Get the tooltip for the parametric plotgraph
at the scaled coordinates(x,y)
with the origin in the lower left corner of the phase plane.- Parameters:
graph
- the graph requesting the tooltipx
- the x-coordinatey
- the y-coordinate- Returns:
- the tooltip for the location
(x,y)
- See Also:
-