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

Packages that use PDFResources
org.apache.fop.pdf   
org.apache.fop.render.pdf   
 

Uses of PDFResources in org.apache.fop.pdf
 

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

Methods in org.apache.fop.pdf that return PDFResources
 PDFResources PDFDocument.makeResources()
          Make a /Resources object.
 PDFResources PDFDocument.getResources()
          get the /Resources object for the document
 

Methods in org.apache.fop.pdf with parameters of type PDFResources
 PDFPattern PDFDocument.makePattern(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
 PDFPage PDFDocument.makePage(PDFResources resources, PDFStream contents, int pagewidth, int pageheight, Page currentPage)
          make a /Page object
 

Constructors in org.apache.fop.pdf with parameters of type PDFResources
PDFPattern(int theNumber, java.lang.String thePatternName, 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).
PDFPage(int number, PDFResources resources, PDFStream contents, int pagewidth, int pageheight)
          create a /Page object
 

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
 



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