public interface CustomHighlighterRenderer
| Modifier and Type | Method and Description | 
|---|---|
| default boolean | isForeground()By default (if this method returns  false), custom highlighter is painted over the background (defined by common highlighters)
 and before the text. | 
| void | paint(Editor editor,
     RangeHighlighter highlighter,
     java.awt.Graphics g) | 
void paint(Editor editor, RangeHighlighter highlighter, java.awt.Graphics g)
default boolean isForeground()
false), custom highlighter is painted over the background (defined by common highlighters)
 and before the text. If the method returns true, it will be painted over the text.