fop 0.95 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.pdf.PDFFilter
org.apache.fop.pdf.ASCIIHexFilter
public class ASCIIHexFilter
extends PDFFilter
Method Summary | |
OutputStream |
|
PDFObject |
|
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
public PDFObject 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
fop 0.95 |