Interface TooltipProvider.Parametric

All Superinterfaces:
BasicTooltipProvider, TooltipProvider
Enclosing interface:
TooltipProvider

public static interface TooltipProvider.Parametric extends 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:
  • Method Details

    • getTooltipAt

      String getTooltipAt(ParaGraph graph, double x, double y)
      Get the tooltip for the parametric plot graph at the scaled coordinates (x,y) with the origin in the lower left corner of the phase plane.
      Parameters:
      graph - the graph requesting the tooltip
      x - the x-coordinate
      y - the y-coordinate
      Returns:
      the tooltip for the location (x,y)
      See Also: