public abstract class LayeredHighlighter extends Object implements Highlighter
| Modifier and Type | Class and Description |
|---|---|
static class |
LayeredHighlighter.LayerPainter |
Highlighter.Highlight, Highlighter.HighlightPainter| Constructor and Description |
|---|
LayeredHighlighter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
paintLayeredHighlights(Graphics g,
int p0,
int p1,
Shape viewBounds,
JTextComponent editor,
View view) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHighlight, changeHighlight, deinstall, getHighlights, install, paint, removeAllHighlights, removeHighlightpublic LayeredHighlighter()
public abstract void paintLayeredHighlights(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view)