Uses of Class
org.apache.fop.pdf.PDFResourceContext
Packages that use PDFResourceContext
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
Classes that add SVG support to FOP and SVG->PDF conversion for Batik.
-
Uses of PDFResourceContext in org.apache.fop.pdf
Subclasses of PDFResourceContext in org.apache.fop.pdfFields in org.apache.fop.pdf with type parameters of type PDFResourceContextMethods in org.apache.fop.pdf with parameters of type PDFResourceContextModifier and TypeMethodDescriptionvoid
PDFResources.addContext
(PDFResourceContext c) PDFDocument.addFormXObject
(PDFResourceContext res, PDFStream cont, PDFReference formres, String key) Add a form XObject to the PDF document.PDFDocument.addImage
(PDFResourceContext res, PDFImage img) Add an image to the PDF document.PDFFactory.makeICCBasedColorSpace
(PDFResourceContext res, String explicitName, PDFICCStream iccStream) Makes a new ICCBased color space and registers it in the resource context.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 patternPDFFactory.makeSeparationColorSpace
(PDFResourceContext res, org.apache.xmlgraphics.java2d.color.NamedColorSpace ncs) Create a new Separation color space.PDFFactory.registerPattern
(PDFResourceContext res, PDFPattern pattern) PDFFactory.registerShading
(PDFResourceContext res, PDFShading shading) Registers a shading object against the documentConstructors in org.apache.fop.pdf with parameters of type PDFResourceContextModifierConstructorDescriptionPDFColorHandler
(PDFResources resources, PDFResourceContext resourceContext) Create a new instance for the givenPDFResources
-
Uses of PDFResourceContext in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFResourceContextMethods in org.apache.fop.render.pdf that return PDFResourceContextModifier and TypeMethodDescriptionPDFContentGenerator.getResourceContext()
Returns the applicable resource context for the generator.Constructors in org.apache.fop.render.pdf with parameters of type PDFResourceContextModifierConstructorDescriptionPDFContentGenerator
(PDFDocument document, OutputStream out, PDFResourceContext resourceContext) Main constructor.PDFContentGenerator
(PDFDocument document, OutputStream out, PDFResourceContext resourceContext, IFContext context) -
Uses of PDFResourceContext in org.apache.fop.svg
Fields in org.apache.fop.svg declared as PDFResourceContextModifier and TypeFieldDescriptionprotected PDFResourceContext
PDFGraphics2D.resourceContext
The current resource context for adding fonts, patterns etc.Constructors in org.apache.fop.svg with parameters of type PDFResourceContextModifierConstructorDescriptionPDFGraphics2D
(boolean textAsShapes, FontInfo fi, PDFDocument doc, PDFResourceContext page, PDFReference pref, String font, float size, PDFGraphics2D.TransparencyIgnoredEventListener listener) Create a new PDFGraphics2D with the given pdf document info.