Interface LineBackgroundListener

    • Method Detail

      • lineGetBackground

        void lineGetBackground​(LineBackgroundEvent event)
        This method is called when a line is about to be drawn in order to get its background color.

        The following event fields are used:

        • event.lineOffset line start offset (input)
        • event.lineText line text (input)
        • event.lineBackground line background color (output)
        Parameters:
        event - the given event
        See Also:
        LineBackgroundEvent