mgi.logme.export
Class ExportPdf

java.lang.Object
  extended bymgi.logme.export.ExportPdf

public class ExportPdf
extends java.lang.Object


Field Summary
 com.lowagie.text.Font largeFont
           
 com.lowagie.text.Font normalFont
           
 com.lowagie.text.Font smallFont
           
 com.lowagie.text.Font veryLargeFont
           
 
Constructor Summary
ExportPdf(com.lowagie.text.pdf.BaseFont bfont, int month, int year, java.util.List referer)
          Creates a new instance of PdfExport
 
Method Summary
 com.lowagie.text.Cell getCell(int aNumber)
           
 com.lowagie.text.Cell getCell(java.lang.String text)
           
 com.lowagie.text.Cell getCellAlignLeft(java.lang.String text)
           
 com.lowagie.text.Cell getCellWithBar(com.lowagie.text.Image image)
           
 com.lowagie.text.Cell getCellWithNewBar(int imageWidth)
           
 com.lowagie.text.Table getTableForLists(java.util.Iterator it, int gesamtZugriffe, javax.servlet.http.HttpSession session)
           
 com.lowagie.text.Table getTableForVisits(java.util.Iterator it, javax.servlet.http.HttpSession session)
           
 void setHeaderFooterAndFrontPage(com.lowagie.text.Document document, javax.servlet.http.HttpSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smallFont

public com.lowagie.text.Font smallFont

normalFont

public com.lowagie.text.Font normalFont

largeFont

public com.lowagie.text.Font largeFont

veryLargeFont

public com.lowagie.text.Font veryLargeFont
Constructor Detail

ExportPdf

public ExportPdf(com.lowagie.text.pdf.BaseFont bfont,
                 int month,
                 int year,
                 java.util.List referer)
Creates a new instance of PdfExport

Method Detail

getCell

public com.lowagie.text.Cell getCell(int aNumber)
                              throws com.lowagie.text.BadElementException
Throws:
com.lowagie.text.BadElementException

getCell

public com.lowagie.text.Cell getCell(java.lang.String text)
                              throws com.lowagie.text.BadElementException
Throws:
com.lowagie.text.BadElementException

getCellAlignLeft

public com.lowagie.text.Cell getCellAlignLeft(java.lang.String text)
                                       throws com.lowagie.text.BadElementException
Throws:
com.lowagie.text.BadElementException

getCellWithBar

public com.lowagie.text.Cell getCellWithBar(com.lowagie.text.Image image)
                                     throws com.lowagie.text.BadElementException
Throws:
com.lowagie.text.BadElementException

getCellWithNewBar

public com.lowagie.text.Cell getCellWithNewBar(int imageWidth)
                                        throws com.lowagie.text.BadElementException
Throws:
com.lowagie.text.BadElementException

setHeaderFooterAndFrontPage

public void setHeaderFooterAndFrontPage(com.lowagie.text.Document document,
                                        javax.servlet.http.HttpSession session)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getTableForVisits

public com.lowagie.text.Table getTableForVisits(java.util.Iterator it,
                                                javax.servlet.http.HttpSession session)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

getTableForLists

public com.lowagie.text.Table getTableForLists(java.util.Iterator it,
                                               int gesamtZugriffe,
                                               javax.servlet.http.HttpSession session)
                                        throws java.lang.Exception
Throws:
java.lang.Exception