Interface TipTextCustomizer

    • Method Detail

      • processTipText

        String processTipText​(PlotPanel panel,
                              Point mouse,
                              String tiptext)
        Processes the given tip text. Among the current mouse position, the panel that initiated the call are also provided.
        Parameters:
        panel - the content panel that initiated this call
        mouse - the mouse position
        tiptext - the tiptext so far
        Returns:
        the processed tiptext