Package net.sf.rej.gui.editor.rendering

Provides rendering of java bytecode into a Graphics object and plain and HTML text

See:
          Description

Interface Summary
JavaBytecodeSyntaxDrawer  
 

Class Summary
BytecodeRenderer 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.
CodeEditorRenderer  
GraphicsSyntaxDrawer Class used to draw syntax highlighted text into a graphics object
HTMLSyntaxDrawer Class used to draw syntax highlighted text into a graphics object
PlaintextSyntaxDrawer Class used to draw syntax highlighted text into a graphics object
WidthCalculatorDrawer Class used to draw syntax highlighted text into a graphics object
 

Package net.sf.rej.gui.editor.rendering Description

Provides rendering of java bytecode into a Graphics object and plain and HTML text.