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

Uses in package org.apache.fop.render.pdf

Fields of type org.apache.fop.pdf.PDFResources

PDFResources
the /Resources object of the PDF document being created

Uses in package org.apache.fop.pdf

Constructors with parameter type org.apache.fop.pdf.PDFResources

PDFPage.PDFPage(PDFResources resources, int pageWidth, int pageHeight, int pageIndex)
Create a /Page object
PDFPage.PDFPage(PDFResources resources, PDFStream contents, int pageWidth, int pageHeight, int pageIndex)
Create a /Page object
PDFPattern.PDFPattern(PDFResources theResources, int thePatternType, int thePaintType, int theTilingType, List theBBox, double theXStep, double theYStep, List theMatrix, List theXUID, StringBuffer thePatternDataStream)
Create a tiling pattern (type 1).
Creates a new ResourceContext.

Fields of type org.apache.fop.pdf.PDFResources

PDFResources
the /Resources object
PDFResources
The resources associated with this pattern

Methods with parameter type org.apache.fop.pdf.PDFResources

PDFPage
PDFFactory.makePage(PDFResources resources, int pageWidth, int pageHeight)
Make a /Page object.
PDFPage
PDFFactory.makePage(PDFResources resources, int pageWidth, int pageHeight, int pageIndex)
Make a /Page object.
PDFPattern
PDFFactory.makePattern(PDFResourceContext res, int thePatternType, PDFResources theResources, int thePaintType, int theTilingType, List theBBox, double theXStep, double theYStep, List theMatrix, List theXUID, StringBuffer thePatternDataStream)
Make a tiling pattern

Methods with return type org.apache.fop.pdf.PDFResources

PDFResources
Get the resources for this resource context.
PDFResources
get the /Resources object for the document
PDFResources
Make a /Resources object.

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