jdbreport.model.io.itext.pdf
Class PdfWriter

java.lang.Object
  extended by jdbreport.model.io.itext.pdf.ITextWriter
      extended by jdbreport.model.io.itext.pdf.PdfWriter
All Implemented Interfaces:
ReportWriter, ResourceWriter

public class PdfWriter
extends ITextWriter

Version:
2.0 23.05.2010
Author:
Andrey Kholmanskih

Constructor Summary
PdfWriter()
           
 
Method Summary
 void save(java.io.OutputStream out, ReportBook reportBook)
           
 
Methods inherited from class jdbreport.model.io.itext.pdf.ITextWriter
save, save, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfWriter

public PdfWriter()
Method Detail

save

public void save(java.io.OutputStream out,
                 ReportBook reportBook)
          throws SaveReportException
Throws:
SaveReportException