fop 0.93

org.apache.fop.pdf
Class CCFFilter

java.lang.Object
  extended byorg.apache.fop.pdf.PDFFilter
      extended byorg.apache.fop.pdf.NullFilter
          extended byorg.apache.fop.pdf.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.


Constructor Summary
CCFFilter()
           
 
Method Summary
 java.lang.String getDecodeParms()
          return a parameter dictionary for this filter, or null
 java.lang.String getName()
          return a PDF string representation of the filter, e.g.
 void setDecodeParms(java.lang.String decodeParms)
          Sets the CCF decoding parameters
 
Methods inherited from class org.apache.fop.pdf.NullFilter
applyFilter
 
Methods inherited from class org.apache.fop.pdf.PDFFilter
isApplied, isASCIIFilter, setApplied
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCFFilter

public CCFFilter()
Method Detail

getName

public java.lang.String getName()
Description copied from class: PDFFilter
return a PDF string representation of the filter, e.g. /FlateDecode

Overrides:
getName in class NullFilter
See Also:
PDFFilter.getName()

getDecodeParms

public java.lang.String getDecodeParms()
Description copied from class: PDFFilter
return a parameter dictionary for this filter, or null

Overrides:
getDecodeParms in class NullFilter
See Also:
PDFFilter.getDecodeParms()

setDecodeParms

public void setDecodeParms(java.lang.String decodeParms)
Sets the CCF decoding parameters

Parameters:
decodeParms - The decoding parameters

fop 0.93

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