fop 0.95 | |
Frames | No Frames |
Constructors with parameter type org.apache.fop.pdf.PDFDocument | |
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
| |
Creates a new PDFFactory. | |
Main constructor
|
Methods with parameter type org.apache.fop.pdf.PDFDocument | |
void | Add the fonts in the font info to this PDF document's Font Resources. |
Metadata | Creates an XMP document based on the settings on the PDF Document. |
void | Sets the parent PDFDocument. |
void | |
void | Setup this image with the pdf document. |
void | Setup the PDF image for the current document. |
void | 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. |
PDFICCBasedColorSpace | Sets sRGB as the DefaultRGB color space in the PDF document. |
PDFICCStream | Sets up the sRGB color profile in the PDF document. |
PDFICCBasedColorSpace | Installs the sRGB color space in the PDF document. |
Methods with return type org.apache.fop.pdf.PDFDocument | |
PDFDocument | Returns the parent PDFDocument associated with this factory. |
PDFDocument | Returns the parent PDFDocument if assigned. |
PDFDocument | |
PDFDocument | 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. |
Fields of type org.apache.fop.pdf.PDFDocument | |
PDFDocument | the PDF Document being created
|
PDFDocument | see PDF_DOCUMENT |
Methods with parameter type org.apache.fop.pdf.PDFDocument | |
void | |
void | |
void | |
void |
Constructors with parameter type org.apache.fop.pdf.PDFDocument | |
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.PDFDocument | |
PDFDocument | the PDF Document being created
|
Methods with return type org.apache.fop.pdf.PDFDocument | |
PDFDocument | Get the pdf document created by this class. |
fop 0.95 |