|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.PDFFilter
org.apache.fop.pdf.NullFilter
org.apache.fop.pdf.CCFFilter
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 | |
PDFObject |
getDecodeParms()
return a parameter dictionary for this filter, or null |
java.lang.String |
getName()
return a PDF string representation of the filter, e.g. /FlateDecode |
void |
setDecodeParms(PDFObject 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 |
public CCFFilter()
Method Detail |
public java.lang.String getName()
getName
in class NullFilter
public PDFObject getDecodeParms()
getDecodeParms
in class NullFilter
public void setDecodeParms(PDFObject decodeParms)
decodeParms
- The decoding parameters
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |