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

String
getDecodeParms()
String
getName()
void
setDecodeParms(String 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 String getDecodeParms()
Overrides:
getDecodeParms in interface NullFilter

getName

public String getName()
Overrides:
getName in interface NullFilter

setDecodeParms

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

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