|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.pdf.PDFFilter | +--org.apache.fop.pdf.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 | |
byte[] |
encode(byte[] data)
encode the given data with the filter |
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. |
Methods inherited from class org.apache.fop.pdf.PDFFilter |
isApplied, 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()
PDFFilter
getName
in class PDFFilter
public java.lang.String getDecodeParms()
PDFFilter
getDecodeParms
in class PDFFilter
public byte[] encode(byte[] data)
PDFFilter
encode
in class PDFFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |