net.sf.rej.gui.editor.rendering
Class BytecodeRenderer

java.lang.Object
  extended by net.sf.rej.gui.editor.rendering.BytecodeRenderer

public class BytecodeRenderer
extends java.lang.Object

Class provides transformation from EditorRow objects into syntax highlighted text (whether the text is made available as text or graphics is up to the JavaBytecodeSyntaxDrawer class given as a parameter.

Author:
Sami Koivu

Constructor Summary
BytecodeRenderer()
           
 
Method Summary
 java.awt.Color getBackgroundColor(EditorRow er)
           
 void render(EditorRow er, JavaBytecodeSyntaxDrawer sd, Imports ia)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytecodeRenderer

public BytecodeRenderer()
Method Detail

render

public void render(EditorRow er,
                   JavaBytecodeSyntaxDrawer sd,
                   Imports ia)

getBackgroundColor

public java.awt.Color getBackgroundColor(EditorRow er)