Uses of Class
org.apache.fop.pdf.PDFDocument

Packages that use PDFDocument
org.apache.fop.pdf   
org.apache.fop.render.pdf   
org.apache.fop.svg   
 

Uses of PDFDocument in org.apache.fop.pdf
 

Constructors in org.apache.fop.pdf with parameters of type PDFDocument
PDFXObject(int number, int Xnumber, FopImage img, PDFDocument pdfdoc)
           
 

Uses of PDFDocument in org.apache.fop.render.pdf
 

Fields in org.apache.fop.render.pdf declared as PDFDocument
protected  PDFDocument PDFRenderer.pdfDoc
          the PDF Document being created
 

Methods in org.apache.fop.render.pdf with parameters of type PDFDocument
static void FontSetup.addToResources(PDFDocument doc, FontInfo fontInfo)
          add the fonts in the font info to the PDF document
 

Uses of PDFDocument in org.apache.fop.svg
 

Fields in org.apache.fop.svg declared as PDFDocument
protected  PDFDocument PDFGraphics2D.pdfDoc
          the PDF Document being created
 

Methods in org.apache.fop.svg that return PDFDocument
 PDFDocument PDFDocumentGraphics2D.getPDFDocument()
           
 

Constructors in org.apache.fop.svg with parameters of type PDFDocument
PDFGraphics2D(boolean textAsShapes, FontState fs, PDFDocument doc, java.lang.String font, int size, int xpos, int ypos)
          Create a new PDFGraphics2D with the given pdf document info.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.