Uses of Class
org.apache.fop.pdf.PDFResources
-
Packages that use PDFResources Package Description 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 Modifier and Type Field Description private PDFResourcesPDFResources. parentprivate PDFResourcesPDFColorHandler. resourcesprivate PDFResourcesPDFDocument. resourcesthe /Resources objectprotected PDFResourcesPDFPattern. resourcesThe resources associated with this patternMethods in org.apache.fop.pdf that return PDFResources Modifier and Type Method Description PDFResourcesPDFResources. getParentResources()PDFResourcesPDFResourceContext. getPDFResources()Get the resources for this resource context.PDFResourcesPDFDocument. getResources()Get the /Resources object for the documentPDFResourcesPDFFactory. makeResources()Make a /Resources object.Methods in org.apache.fop.pdf with parameters of type PDFResources Modifier and Type Method Description PDFPagePDFFactory. makePage(PDFResources resources, int pageWidth, int pageHeight)Make a /Page object.PDFPagePDFFactory. makePage(PDFResources resources, int pageWidth, int pageHeight, int pageIndex)Make a /Page object.PDFPagePDFFactory. makePage(PDFResources resources, int pageIndex, java.awt.geom.Rectangle2D mediaBox, java.awt.geom.Rectangle2D cropBox, java.awt.geom.Rectangle2D bleedBox, java.awt.geom.Rectangle2D trimBox)Make a /Page object.PDFPatternPDFFactory. 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 patternvoidPDFResources. setParentResources(PDFResources p)Constructors in org.apache.fop.pdf with parameters of type PDFResources Constructor Description PDFColorHandler(PDFResources resources)Create a new instance for the givenPDFResourcesPDFPage(PDFResources resources, int pageIndex, java.awt.geom.Rectangle2D mediaBox, java.awt.geom.Rectangle2D cropBox, java.awt.geom.Rectangle2D bleedBox, java.awt.geom.Rectangle2D trimBox)Create a /Page objectPDFPattern(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).PDFResourceContext(PDFResources resources)Creates a new ResourceContext. -
Uses of PDFResources in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFResources Modifier and Type Field Description private PDFResourcesPDFDocumentHandler. pdfResourcesthe /Resources object of the PDF document being created
-