|
fop 0.95 | |||||||||
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.DCTFilter
public 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.
Constructor Summary | |
---|---|
DCTFilter()
|
Method Summary | |
---|---|
PDFObject |
getDecodeParms()
Get the decode params for this filter. |
java.lang.String |
getName()
Get filter name. |
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 DCTFilter()
Method Detail |
---|
public java.lang.String getName()
getName
in class NullFilter
public PDFObject getDecodeParms()
getDecodeParms
in class NullFilter
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |