|
|||||||||
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.ASCIIHexFilter
Constructor Summary | |
ASCIIHexFilter()
|
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 ASCIIHexFilter()
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 |