com.github.croesch.micro_debug.gui.components.code
Class LineHighlighter

java.lang.Object
  extended by 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

Constructor Summary
LineHighlighter()
           
 
Method Summary
 void paint(Graphics g, int p0, int p1, Shape bounds, JTextComponent c)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineHighlighter

public LineHighlighter()
Method Detail

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.