|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.pdf.PDFFilter
Constructor Summary | |
PDFFilter()
|
Method Summary | |
abstract byte[] |
encode(byte[] data)
encode the given data with the filter |
abstract java.lang.String |
getDecodeParms()
return a parameter dictionary for this filter, or null |
abstract java.lang.String |
getName()
return a PDF string representation of the filter, e.g. |
boolean |
isApplied()
|
void |
setApplied(boolean b)
Set the applied attribute to the given value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDFFilter()
Method Detail |
public boolean isApplied()
public void setApplied(boolean b)
public abstract java.lang.String getName()
public abstract java.lang.String getDecodeParms()
public abstract byte[] encode(byte[] data)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |