org.apache.fop.pdf
Class CCFFilter
java.lang.Object
org.apache.fop.pdf.PDFFilter
org.apache.fop.pdf.CCFFilter
public class CCFFilter
- extends PDFFilter
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.
- Author:
- Manuel Mall
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CCFFilter
public CCFFilter()
getName
public String getName()
- Description copied from class:
PDFFilter
- return a PDF string representation of the filter, e.g. /FlateDecode
- Specified by:
getName
in class PDFFilter
getDecodeParms
public String getDecodeParms()
- Description copied from class:
PDFFilter
- return a parameter dictionary for this filter, or null
- Specified by:
getDecodeParms
in class PDFFilter
setDecodeParms
public void setDecodeParms(String decodeParms)
encode
public byte[] encode(byte[] data)
- Description copied from class:
PDFFilter
- encode the given data with the filter
- Specified by:
encode
in class PDFFilter
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.