Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Class and Description |
---|---|
class |
AlphaRasterImage
PDFImage implementation for alpha channel "images".
|
class |
BitmapImage
Bitmap image.
|
Modifier and Type | Method and Description |
---|---|
PDFImageXObject |
PDFDocument.addImage(PDFResourceContext res,
PDFImage img)
Add an image to the PDF document.
|
Constructor and Description |
---|
PDFImageXObject(int xnumber,
PDFImage img)
create an XObject with the given number and name and load the
image in the object
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImageAdapter
Abstract PDFImage implementation for the PDF renderer.
|
class |
ImageRawCCITTFaxAdapter
PDFImage implementation for the PDF renderer which handles raw CCITT fax images.
|
class |
ImageRawJPEGAdapter
PDFImage implementation for the PDF renderer which handles raw JPEG images.
|
class |
ImageRawPNGAdapter |
class |
ImageRenderedAdapter
PDFImage implementation for the PDF renderer which handles RenderedImages.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.