|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFDocument | |
---|---|
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. |
Uses of PDFDocument in org.apache.fop.pdf |
---|
Methods in org.apache.fop.pdf that return PDFDocument | |
---|---|
PDFDocument |
PDFProfile.getDocument()
|
PDFDocument |
PDFObject.getDocument()
Returns the parent PDFDocument if assigned. |
PDFDocument |
PDFFactory.getDocument()
Returns the parent PDFDocument associated with this factory. |
PDFDocument |
PDFObject.getDocumentSafely()
Returns the parent PDFDocument, but unlike getDocument()
it throws an informative Exception if the parent document is unavailable
instead of having a NullPointerException somewhere without a message. |
Methods in org.apache.fop.pdf with parameters of type PDFDocument | |
---|---|
void |
PDFResources.addFonts(PDFDocument doc,
FontInfo fontInfo)
Add the fonts in the font info to this PDF document's Font Resources. |
static org.apache.xmlgraphics.xmp.Metadata |
PDFMetadata.createXMPFromPDFDocument(PDFDocument pdfDoc)
Creates an XMP document based on the settings on the PDF Document. |
void |
PDFObject.setDocument(PDFDocument doc)
Sets the parent PDFDocument. |
void |
PDFImage.setup(PDFDocument doc)
Setup the PDF image for the current document. |
void |
BitmapImage.setup(PDFDocument doc)
Setup this image with the pdf document. |
void |
AlphaRasterImage.setup(PDFDocument doc)
Setup the PDF image for the current document. |
static void |
PDFEncryptionManager.setupPDFEncryption(PDFEncryptionParams params,
PDFDocument pdf)
Sets up PDF encryption if PDF encryption is requested by registering a PDFEncryptionParams object with the user agent and if
the necessary cryptographic support is available. |
static PDFICCBasedColorSpace |
PDFICCBasedColorSpace.setupsRGBAsDefaultRGBColorSpace(PDFDocument pdfDoc)
Sets sRGB as the DefaultRGB color space in the PDF document. |
static PDFICCStream |
PDFICCBasedColorSpace.setupsRGBColorProfile(PDFDocument pdfDoc)
Sets up the sRGB color profile in the PDF document. |
static PDFICCBasedColorSpace |
PDFICCBasedColorSpace.setupsRGBColorSpace(PDFDocument pdfDoc)
Installs the sRGB color space in the PDF document. |
Constructors in org.apache.fop.pdf with parameters of type PDFDocument | |
---|---|
PDFColor(PDFDocument pdfDoc,
java.awt.Color col)
Create PDFColor for the given document and based on the java.awt.Color object In case the java.awt.Color is an instance of the ColorExt class a PDFICCStream is added to the PDFDocument that is being created |
|
PDFFactory(PDFDocument document)
Creates a new PDFFactory. |
|
PDFProfile(PDFDocument doc)
Main constructor |
Uses of PDFDocument in org.apache.fop.render.pdf |
---|
Fields in org.apache.fop.render.pdf declared as PDFDocument | |
---|---|
PDFDocument |
PDFSVGHandler.PDFInfo.pdfDoc
see PDF_DOCUMENT |
protected PDFDocument |
PDFRenderer.pdfDoc
the PDF Document being created |
Methods in org.apache.fop.render.pdf with parameters of type PDFDocument | |
---|---|
void |
ImageRenderedAdapter.setup(PDFDocument doc)
Setup the PDF image for the current document. |
void |
ImageRawJPEGAdapter.setup(PDFDocument doc)
Setup the PDF image for the current document. |
void |
ImageRawCCITTFaxAdapter.setup(PDFDocument doc)
Setup the PDF image for the current document. |
void |
AbstractImageAdapter.setup(PDFDocument doc)
Setup the PDF image for the current document. |
Uses of PDFDocument in org.apache.fop.svg |
---|
Fields in org.apache.fop.svg declared as PDFDocument | |
---|---|
protected PDFDocument |
PDFGraphics2D.pdfDoc
the PDF Document being created |
Methods in org.apache.fop.svg that return PDFDocument | |
---|---|
PDFDocument |
PDFDocumentGraphics2D.getPDFDocument()
Get the pdf document created by this class. |
Constructors in org.apache.fop.svg with parameters of type PDFDocument | |
---|---|
PDFGraphics2D(boolean textAsShapes,
FontInfo fi,
PDFDocument doc,
PDFResourceContext page,
java.lang.String pref,
java.lang.String font,
float size)
Create a new PDFGraphics2D with the given pdf document info. |
|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |