public static class DefaultHighlighter.DefaultHighlightPainter extends LayeredHighlighter.LayerPainter
Constructor and Description |
---|
DefaultHighlighter.DefaultHighlightPainter(Color c) |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
void |
paint(Graphics g,
int p0,
int p1,
Shape bounds,
JTextComponent t) |
Shape |
paintLayer(Graphics g,
int p0,
int p1,
Shape bounds,
JTextComponent c,
View view) |
public DefaultHighlighter.DefaultHighlightPainter(Color c)
public void paint(Graphics g, int p0, int p1, Shape bounds, JTextComponent t)
public Shape paintLayer(Graphics g, int p0, int p1, Shape bounds, JTextComponent c, View view)
paintLayer
in class LayeredHighlighter.LayerPainter