public static class UnderlineHighlighter.UnderlineHighlightPainter
extends javax.swing.text.LayeredHighlighter.LayerPainter
Constructor and Description |
---|
UnderlineHighlighter.UnderlineHighlightPainter(java.awt.Color c) |
Modifier and Type | Method and Description |
---|---|
void |
paint(java.awt.Graphics g,
int offs0,
int offs1,
java.awt.Shape bounds,
javax.swing.text.JTextComponent c) |
java.awt.Shape |
paintLayer(java.awt.Graphics g,
int offs0,
int offs1,
java.awt.Shape bounds,
javax.swing.text.JTextComponent c,
javax.swing.text.View view) |
public UnderlineHighlighter.UnderlineHighlightPainter(java.awt.Color c)
public void paint(java.awt.Graphics g, int offs0, int offs1, java.awt.Shape bounds, javax.swing.text.JTextComponent c)
public java.awt.Shape paintLayer(java.awt.Graphics g, int offs0, int offs1, java.awt.Shape bounds, javax.swing.text.JTextComponent c, javax.swing.text.View view)
paintLayer
in class javax.swing.text.LayeredHighlighter.LayerPainter