Package com.tagtraum.beatunes
Class UnderlineHighlighter.UnderlineHighlightPainter
- java.lang.Object
-
- javax.swing.text.LayeredHighlighter.LayerPainter
-
- com.tagtraum.beatunes.UnderlineHighlighter.UnderlineHighlightPainter
-
- All Implemented Interfaces:
Highlighter.HighlightPainter
- Enclosing class:
- UnderlineHighlighter
public static class UnderlineHighlighter.UnderlineHighlightPainter extends LayeredHighlighter.LayerPainter
Painter for underlined highlights.
-
-
Constructor Summary
Constructors Constructor Description UnderlineHighlightPainter(Color color, Stroke stroke)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent c)
Shape
paintLayer(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent component, View view)
-
-
-
Method Detail
-
paint
public void paint(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent c)
-
paintLayer
public Shape paintLayer(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent component, View view)
- Specified by:
paintLayer
in classLayeredHighlighter.LayerPainter
-
-