fop 0.95beta | |
Frames | No Frames |
Classes implementing org.apache.fop.render.pdf.PDFImageHandler | |
class | PDFImageHandler implementation which handles Graphics2D images. |
class | PDFImageHandler implementation which handles CCITT encoded images (CCITT fax group 3/4). |
class | PDFImageHandler implementation which handles raw JPEG images. |
class | PDFImageHandler implementation which handles RenderedImage instances. |
class | PDFImageHandler implementation which handles XML-based images. |
Methods with parameter type org.apache.fop.render.pdf.PDFImageHandler | |
void | Add an image handler. |
Methods with return type org.apache.fop.render.pdf.PDFImageHandler | |
PDFImageHandler | PDFImageHandlerRegistry.getHandler(Class imageClass) Returns an PDFImageHandler which handles an specific image type given the MIME type
of the image. |
PDFImageHandler | PDFImageHandlerRegistry.getHandler(Image img) Returns an PDFImageHandler which handles an specific image type given the MIME type
of the image. |
fop 0.95beta |