reports
Class ReportUtil

java.lang.Object
  extended by reports.TrackerReport
      extended by reports.ReportUtil

public class ReportUtil
extends TrackerReport


Constructor Summary
ReportUtil(Unit unit)
           
 
Method Summary
 TrackerDBInfo getTrackerDBInfo()
           
 void initItext(com.lowagie.text.Document document, java.lang.String title, java.lang.String subject)
           
 void printHeadingStandard(com.lowagie.text.Document document)
           
 void showpdf(java.lang.String path)
           
 
Methods inherited from class reports.TrackerReport
pad, repeat
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportUtil

public ReportUtil(Unit unit)
Method Detail

printHeadingStandard

public void printHeadingStandard(com.lowagie.text.Document document)
                          throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException

showpdf

public void showpdf(java.lang.String path)

initItext

public void initItext(com.lowagie.text.Document document,
                      java.lang.String title,
                      java.lang.String subject)

getTrackerDBInfo

public TrackerDBInfo getTrackerDBInfo()