Package | Description |
---|---|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Class and Description |
---|---|
class |
PDFImageHandlerGraphics2D
PDFImageHandler implementation which handles Graphics2D images.
|
class |
PDFImageHandlerRawCCITTFax
PDFImageHandler implementation which handles CCITT encoded images (CCITT fax group 3/4).
|
class |
PDFImageHandlerRawJPEG
PDFImageHandler implementation which handles raw JPEG images.
|
class |
PDFImageHandlerRenderedImage
PDFImageHandler implementation which handles RenderedImage instances.
|
class |
PDFImageHandlerXML
PDFImageHandler implementation which handles XML-based images.
|
Modifier and Type | Method and Description |
---|---|
protected PDFImageHandler |
PDFImageHandlerRegistry.getHandler(java.lang.Class imageClass)
Returns an PDFImageHandler which handles an specific image type given the MIME type
of the image.
|
PDFImageHandler |
PDFImageHandlerRegistry.getHandler(org.apache.xmlgraphics.image.loader.Image img)
Returns an PDFImageHandler which handles an specific image type given the MIME type
of the image.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFImageHandlerRegistry.addHandler(PDFImageHandler handler)
Add an image handler.
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.