| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.pdf.PDFFilterorg.apache.fop.pdf.ASCIIHexFilterpublic class ASCIIHexFilterextends PDFFilterMethod Summary | |
OutputStream |
|
String |
|
String |
|
boolean | |
Methods inherited from class org.apache.fop.pdf.PDFFilter | |
applyFilter, getDecodeParms, getName, isASCIIFilter, isApplied, setApplied | |
public OutputStream applyFilter(OutputStream out)
throws IOException
- Overrides:
- applyFilter in interface PDFFilter
- See Also:
PDFFilter.applyFilter(OutputStream)
public String getDecodeParms()
Get the decode params.
- Overrides:
- getDecodeParms in interface PDFFilter
- Returns:
- always null
public String getName()
Get the name of this filter.
- Returns:
- the name of this filter for pdf
public boolean isASCIIFilter()
- Overrides:
- isASCIIFilter in interface PDFFilter
- See Also:
PDFFilter.isASCIIFilter()
| fop 0.94 |