org.apache.fop.render.pdf
Class ImageRawJPEGAdapter
- PDFImage
public class ImageRawJPEGAdapter
PDFImage implementation for the PDF renderer which handles raw JPEG images.
ImageRawJPEGAdapter(ImageRawJPEG image, String key) - Creates a new PDFImage from an Image instance.
|
getHeight , getICCStream , getImageColorSpace , getKey , getMask , getSoftMask , getSoftMaskReference , getTransparentColor , getWidth , isInverted , isPS , isTransparent , populateXObjectDictionary , setup , toPDFColorSpace |
ImageRawJPEGAdapter
public ImageRawJPEGAdapter(ImageRawJPEG image,
String key)
Creates a new PDFImage from an Image instance.
image
- the JPEG imagekey
- XObject key
getImage
public ImageRawJPEG getImage()
Returns the ImageRawJPEG
instance for this adapter.
outputContents
public void outputContents(OutputStream out)
throws IOException
- outputContents in interface PDFImage
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.