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

Packages that use PDFResources
org.apache.fop.pdf 

Uses of PDFResources in org.apache.fop.pdf
 

Constructors in org.apache.fop.pdf with parameters of type PDFResources
PDFPage.PDFPage(int number, PDFResources resources, PDFStream contents, int pagewidth, int pageheight)
          create a /Page object
PDFPattern.PDFPattern(int theNumber, String thePatternName, PDFResources theResources, int thePatternType, int thePaintType, int theTilingType, Vector theBBox, double theXStep, double theYStep, Vector theMatrix, Vector theXUID, StringBuffer thePatternDataStream)
          Create a tiling pattern (type 1).
 

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

Methods in org.apache.fop.pdf with parameters of type PDFResources
PDFPagePDFDocument.makePage(PDFResources resources, PDFStream contents, int pagewidth, int pageheight, Page currentPage)
          make a /Page object
PDFPatternPDFDocument.makePattern(int thePatternType, PDFResources theResources, int thePaintType, int theTilingType, Vector theBBox, double theXStep, double theYStep, Vector theMatrix, Vector theXUID, StringBuffer thePatternDataStream)
          Make a tiling pattern