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

Uses in package org.apache.fop.pdf

Classes derived from org.apache.fop.pdf.PDFResourceContext

class
Class representing a /Page object.

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

PDFFormXObject
Add a form XObject to the PDF document.
PDFImageXObject
Add an image to the PDF document.
PDFPattern
PDFFactory.makeGradient(PDFResourceContext res, boolean radial, PDFDeviceColorSpace theColorspace, List theColors, List theBounds, List theCoords, List theMatrix)
Make a gradient
PDFICCBasedColorSpace
PDFFactory.makeICCBasedColorSpace(PDFResourceContext res, String explicitName, PDFICCStream iccStream)
Makes a new ICCBased color space and registers it in the resource context.
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
PDFPattern
PDFFactory.makePattern(PDFResourceContext res, int thePatternType, PDFShading theShading, List theXUID, StringBuffer theExtGState, List theMatrix)
Make a smooth shading pattern
PDFShading
PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theDomain, List theMatrix, PDFFunction theFunction)
make a function based shading object
PDFShading
PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theCoords, List theDomain, PDFFunction theFunction, List theExtend)
Make an axial or radial shading object.
PDFShading
PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, List theDecode, int theVerticesPerRow, PDFFunction theFunction)
make a Lattice-Form Gouraud mesh shading object
PDFShading
PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, List theDecode, PDFFunction theFunction)
Make a free-form gouraud shaded triangle mesh, coons patch mesh, or tensor patch mesh shading object

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

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

PDFResourceContext
the current annotation list to add annotations to
PDFResourceContext
see PDF_CONTEXT

Uses in package org.apache.fop.svg

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

PDFGraphics2D.PDFGraphics2D(boolean textAsShapes, FontInfo fi, PDFDocument doc, PDFResourceContext page, String pref, String font, float size)
Create a new PDFGraphics2D with the given pdf document info.

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

PDFResourceContext
The current resource context for adding fonts, patterns etc.

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