net.sf.jzeno.reporting.pdf
Class PdfRenderSupport

java.lang.Object
  extended by net.sf.jzeno.reporting.pdf.PdfRenderSupport

public class PdfRenderSupport
extends java.lang.Object


Field Summary
static int MAX_DEPTH
           
 
Constructor Summary
PdfRenderSupport()
           
 
Method Summary
static void rebindReport(Component rootComponent)
          Rebind and preRender the report;
static java.awt.Color toPdfColor(Color zenoColor)
           
static com.lowagie.text.Font toPdfFont(Font zenoFont)
          Translates a zenoFont into corresponding iText font
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_DEPTH

public static int MAX_DEPTH
Constructor Detail

PdfRenderSupport

public PdfRenderSupport()
Method Detail

toPdfFont

public static com.lowagie.text.Font toPdfFont(Font zenoFont)
Translates a zenoFont into corresponding iText font

Parameters:
zenoFont -
Returns:

toPdfColor

public static java.awt.Color toPdfColor(Color zenoColor)

rebindReport

public static void rebindReport(Component rootComponent)
Rebind and preRender the report;

Parameters:
rootComponent -