org.apache.fop.render.pdf
Class ImageRawCCITTFaxAdapter
- PDFImage
public class ImageRawCCITTFaxAdapter
PDFImage implementation for the PDF renderer which handles raw CCITT fax images.
getHeight , getICCStream , getImageColorSpace , getKey , getMask , getSoftMask , getSoftMaskReference , getTransparentColor , getWidth , isInverted , isPS , isTransparent , populateXObjectDictionary , setup , toPDFColorSpace |
ImageRawCCITTFaxAdapter
public ImageRawCCITTFaxAdapter(ImageRawCCITTFax image,
String key)
Creates a new PDFImage from an Image instance.
image
- the CCITT encoded imagekey
- XObject key
getImage
public ImageRawCCITTFax getImage()
Returns the ImageRawCCITTFax
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.