fop 0.94

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

Packages that use PDFResources
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
org.apache.fop.render.pdf PDF Renderer 
 

Uses of PDFResources in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as PDFResources
protected  PDFResources PDFFontType3.resources
          font's optional /Resources object
protected  PDFResources PDFDocument.resources
          the /Resources object
protected  PDFResources PDFResourceContext.resources
          the page's /Resource object
protected  PDFResources PDFPattern.resources
          The resources associated with this pattern
 

Methods in org.apache.fop.pdf that return PDFResources
 PDFResources PDFFactory.makeResources()
          Make a /Resources object.
 PDFResources PDFDocument.getResources()
          get the /Resources object for the document
 PDFResources PDFResourceContext.getPDFResources()
          Get the resources for this resource context.
 

Methods in org.apache.fop.pdf with parameters of type PDFResources
 PDFPage PDFFactory.makePage(PDFResources resources, int pageWidth, int pageHeight, int pageIndex)
          Make a /Page object.
 PDFPage PDFFactory.makePage(PDFResources resources, int pageWidth, int pageHeight)
          Make a /Page object.
 PDFPattern PDFFactory.makePattern(PDFResourceContext res, int thePatternType, PDFResources theResources, int thePaintType, int theTilingType, java.util.List theBBox, double theXStep, double theYStep, java.util.List theMatrix, java.util.List theXUID, java.lang.StringBuffer thePatternDataStream)
          Make a tiling pattern
 PDFFormXObject PDFDocument.addFormXObject(PDFResourceContext res, PDFStream cont, PDFResources formres, java.lang.String key)
          Add a form XObject to the PDF document.
 

Constructors in org.apache.fop.pdf with parameters of type PDFResources
PDFPage(PDFResources resources, PDFStream contents, int pageWidth, int pageHeight, int pageIndex)
          Create a /Page object
PDFPage(PDFResources resources, int pageWidth, int pageHeight, int pageIndex)
          Create a /Page object
PDFResourceContext(PDFResources resources)
          Creates a new ResourceContext.
PDFPattern(PDFResources theResources, int thePatternType, int thePaintType, int theTilingType, java.util.List theBBox, double theXStep, double theYStep, java.util.List theMatrix, java.util.List theXUID, java.lang.StringBuffer thePatternDataStream)
          Create a tiling pattern (type 1).
 

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

Fields in org.apache.fop.render.pdf declared as PDFResources
protected  PDFResources PDFRenderer.pdfResources
          the /Resources object of the PDF document being created
 


fop 0.94

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.