com.github.croesch.micro_debug.gui.components.code
Class LineHighlighter
java.lang.Object
com.github.croesch.micro_debug.gui.components.code.LineHighlighter
- All Implemented Interfaces:
- Highlighter.HighlightPainter
public final class LineHighlighter
- extends Object
- implements Highlighter.HighlightPainter
Highlights a whole line in a text component.
- Since:
- Date: Mar 31, 2012
- Author:
- croesch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineHighlighter
public LineHighlighter()
paint
public void paint(Graphics g,
int p0,
int p1,
Shape bounds,
JTextComponent c)
-
- Specified by:
paint in interface Highlighter.HighlightPainter
Copyright © 2012. All Rights Reserved.