org.apache.fop.render.pdf

Class PDFImageHandlerRawJPEG

Implemented Interfaces:
PDFImageHandler

public class PDFImageHandlerRawJPEG
extends java.lang.Object
implements PDFImageHandler

PDFImageHandler implementation which handles raw JPEG images.

Method Summary

PDFXObject
generateImage(RendererContext context, Image image, Point origin, Rectangle pos)
int
getPriority()
Class
getSupportedImageClass()
ImageFlavor[]
getSupportedImageFlavors()

Method Details

generateImage

public PDFXObject generateImage(RendererContext context,
                                Image image,
                                Point origin,
                                Rectangle pos)
            throws IOException
Specified by:
generateImage in interface PDFImageHandler

getPriority

public int getPriority()
Specified by:
getPriority in interface PDFImageHandler

getSupportedImageClass

public Class getSupportedImageClass()
Specified by:
getSupportedImageClass in interface PDFImageHandler

getSupportedImageFlavors

public ImageFlavor[] getSupportedImageFlavors()
Specified by:
getSupportedImageFlavors in interface PDFImageHandler

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.