public static class UnderlineHighlighterForText.UnderlineHighlightPainter extends LayeredHighlighter.LayerPainter
| Constructor and Description |
|---|
UnderlineHighlighterForText.UnderlineHighlightPainter(Color c) |
| Modifier and Type | Method and Description |
|---|---|
void |
paint(Graphics g,
int offs0,
int offs1,
Shape bounds,
JTextComponent c) |
Shape |
paintLayer(Graphics g,
int offs0,
int offs1,
Shape bounds,
JTextComponent c,
View view) |
protected Color color
public UnderlineHighlighterForText.UnderlineHighlightPainter(Color c)
public void paint(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent c)
public Shape paintLayer(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent c, View view)
paintLayer in class LayeredHighlighter.LayerPainterCopyright © 2001–2015 Apache Cayenne. All rights reserved.