jdbreport.model.io.itext.pdf.print
Class PdfPrinter

java.lang.Object
  extended by jdbreport.model.io.itext.pdf.print.PdfPrinter

public class PdfPrinter
extends java.lang.Object

Version:
2.0 19.05.2010
Author:
Andrey Kholmanskih

Constructor Summary
PdfPrinter()
           
 
Method Summary
 void save(java.io.File file, java.util.List<JReportGrid> grids, boolean asShapes)
           
 void save(java.io.OutputStream out, java.util.List<JReportGrid> grids, boolean asShapes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfPrinter

public PdfPrinter()
Method Detail

save

public void save(java.io.OutputStream out,
                 java.util.List<JReportGrid> grids,
                 boolean asShapes)
          throws SaveReportException
Throws:
SaveReportException

save

public void save(java.io.File file,
                 java.util.List<JReportGrid> grids,
                 boolean asShapes)
          throws SaveReportException
Throws:
SaveReportException