org.globus.cog.karajan.debugger
Class Highlighter

java.lang.Object
  extended by org.globus.cog.karajan.debugger.Highlighter

public class Highlighter
extends Object


Constructor Summary
Highlighter()
           
 
Method Summary
static void paint(Graphics2D g2, Color color, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Highlighter

public Highlighter()
Method Detail

paint

public static void paint(Graphics2D g2,
                         Color color,
                         int width,
                         int height)