org.umber.crucible.pdf.gnujpdf
Class GnuJpdfDocument

java.lang.Object
  extended byorg.umber.crucible.pdf.cached.CachedPdfDocument
      extended byorg.umber.crucible.pdf.gnujpdf.GnuJpdfDocument
All Implemented Interfaces:
IPdfDocument

public class GnuJpdfDocument
extends CachedPdfDocument


Constructor Summary
GnuJpdfDocument()
           
 
Method Summary
 void writePdf(java.io.OutputStream out, boolean compress)
           
 
Methods inherited from class org.umber.crucible.pdf.cached.CachedPdfDocument
addImage, getAllPages, getDefaultFont, getVersion, newPage, newPage, setDefaultFont, setVersion, writePdf, writeText, writeText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GnuJpdfDocument

public GnuJpdfDocument()
Method Detail

writePdf

public void writePdf(java.io.OutputStream out,
                     boolean compress)
              throws CruciblePdfWriteException
Throws:
CruciblePdfWriteException