org.apache.fop.pdf

Class CCFFilter


public class CCFFilter
extends NullFilter

CCF Filter class. Right now it is just used as a dummy filter flag so we can write TIFF images to the PDF. The encode method just returns the data passed to it. In the future an actual CCITT Group 4 compression should be added to the encode method so other images can be compressed.

Method Summary

PDFObject
getDecodeParms()
String
getName()
void
setDecodeParms(PDFObject decodeParms)
Sets the CCF decoding parameters

Methods inherited from class org.apache.fop.pdf.NullFilter

applyFilter, getDecodeParms, getName

Methods inherited from class org.apache.fop.pdf.PDFFilter

applyFilter, getDecodeParms, getName, isASCIIFilter, isApplied, setApplied

Method Details

getDecodeParms

public PDFObject getDecodeParms()
Overrides:
getDecodeParms in interface NullFilter

getName

public String getName()
Overrides:
getName in interface NullFilter

setDecodeParms

public void setDecodeParms(PDFObject decodeParms)
Sets the CCF decoding parameters
Parameters:
decodeParms - The decoding parameters

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