|
|||||||||
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.ASCII85Filter
Constructor Summary | |
ASCII85Filter()
|
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 ASCII85Filter()
Method Detail |
public java.lang.String getName()
public java.lang.String getDecodeParms()
public byte[] encode(byte[] data)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |