org.apache.fop.pdf
Class DCTFilter
DCT Filter class. Right now it is just used as a dummy filter flag so
we can write JPG images to the PDF. The encode method just returns the
data passed to it. In the future an actual JPEG compression should be
added to the encode method so other images can be compressed.
getDecodeParms
public String getDecodeParms()
Get the decode params for this filter.
- getDecodeParms in interface NullFilter
- the DCT filter has no decode params
getName
public String getName()
Get filter name.
- getName in interface NullFilter
- the pdf name for the DCT filter
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.