Interface HighlightPainter
-
- All Known Subinterfaces:
TextForegroundHighlighterPainter
- All Known Implementing Classes:
ColorHighlightPainter
,RectangleHighlightPainter
@API(type=EXTENDABLE, src=PUBLIC) public interface HighlightPainter
Highlight renderer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
paint(HighlightPainterInfo pi)
Renders the highlight.
-
-
-
Method Detail
-
paint
void paint(HighlightPainterInfo pi)
Renders the highlight.- Parameters:
pi
- Information used by highlight
-
-