|
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
public class NullFilter
Null Filter class. The content is just passed through. The class is used to override the default Flate filter for debugging purposes.
Constructor Summary | |
---|---|
NullFilter()
|
Method Summary | |
---|---|
java.io.OutputStream |
applyFilter(java.io.OutputStream out)
Applies a filter to an OutputStream. |
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. |
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 NullFilter()
Method Detail |
---|
public java.lang.String getName()
getName
in class PDFFilter
public PDFObject getDecodeParms()
getDecodeParms
in class PDFFilter
public java.io.OutputStream applyFilter(java.io.OutputStream out) throws java.io.IOException
applyFilter
in class PDFFilter
out
- contents to be filtered
java.io.IOException
- In case of an I/O problem
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |