Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
org.apache.fop.svg |
Classes that add SVG support to FOP and SVG->PDF conversion for Batik.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDFPage |
Class representing a /Page object.
|
Modifier and Type | Field | Description |
---|---|---|
protected java.util.Set<PDFResourceContext> |
PDFResources.contexts |
Modifier and Type | Method | Description |
---|---|---|
void |
PDFResources.addContext(PDFResourceContext c) |
|
PDFFormXObject |
PDFDocument.addFormXObject(PDFResourceContext res,
PDFStream cont,
PDFReference formres,
java.lang.String key) |
Add a form XObject to the PDF document.
|
PDFImageXObject |
PDFDocument.addImage(PDFResourceContext res,
PDFImage img) |
Add an image to the PDF document.
|
PDFICCBasedColorSpace |
PDFFactory.makeICCBasedColorSpace(PDFResourceContext res,
java.lang.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,
java.util.List theBBox,
double theXStep,
double theYStep,
java.util.List theMatrix,
java.util.List theXUID,
java.lang.StringBuffer thePatternDataStream) |
Make a tiling pattern
|
PDFSeparationColorSpace |
PDFFactory.makeSeparationColorSpace(PDFResourceContext res,
org.apache.xmlgraphics.java2d.color.NamedColorSpace ncs) |
Create a new Separation color space.
|
PDFPattern |
PDFFactory.registerPattern(PDFResourceContext res,
PDFPattern pattern) |
|
PDFShading |
PDFFactory.registerShading(PDFResourceContext res,
PDFShading shading) |
Registers a shading object against the document
|
Modifier and Type | Field | Description |
---|---|---|
PDFResourceContext |
PDFSVGHandler.PDFInfo.pdfContext |
see PDF_CONTEXT
|
Modifier and Type | Method | Description |
---|---|---|
PDFResourceContext |
PDFContentGenerator.getResourceContext() |
Returns the applicable resource context for the generator.
|
Constructor | Description |
---|---|
PDFContentGenerator(PDFDocument document,
java.io.OutputStream out,
PDFResourceContext resourceContext) |
Main constructor.
|
Modifier and Type | Field | Description |
---|---|---|
protected PDFResourceContext |
PDFGraphics2D.resourceContext |
The current resource context for adding fonts, patterns etc.
|
Constructor | Description |
---|---|
PDFGraphics2D(boolean textAsShapes,
FontInfo fi,
PDFDocument doc,
PDFResourceContext page,
PDFReference pref,
java.lang.String font,
float size,
PDFGraphics2D.TransparencyIgnoredEventListener listener) |
Create a new PDFGraphics2D with the given pdf document info.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.