Interface TextForegroundHighlighterPainter

All Superinterfaces:
HighlightPainter
All Known Implementing Classes:
ColorHighlightPainter

@API(type=EXTENDABLE, src=PUBLIC) public interface TextForegroundHighlighterPainter extends HighlightPainter
Can also draw the text foreground with a certain color.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the color for the text foreground.

    Methods inherited from interface ro.sync.ecss.extensions.api.highlights.HighlightPainter

    paint
  • Method Details

    • getTextForegroundColor

      Color getTextForegroundColor()
      Get the color for the text foreground. NULL for inhibiting this feature.
      Returns:
      the color for the text foreground. NULL for inhibiting this feature.