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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getTextForegroundColor()
Get the color for the text foreground.-
Methods inherited from interface ro.sync.ecss.extensions.api.highlights.HighlightPainter
paint
-
-
-
-
Method Detail
-
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.
-
-