public class Filter
extends java.lang.Object
Constructor and Description |
---|
Filter(java.lang.String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PdfDictionary |
getDecodeParms()
Returns the DecodeParms dictionary, or null if there is none.
|
java.lang.String |
getFilterName()
Returns the name of the filter.
|
java.lang.String |
getNameParam()
Returns the "Name" parameter of the filter, or
null
if there is no such parameter. |
void |
setDecodeParms(PdfDictionary parms)
Stores the DecodeParms or FDecodeParms dictionary
which is associated with this filter.
|
public Filter(java.lang.String name)
name
- The name of the filter.public java.lang.String getFilterName()
public PdfDictionary getDecodeParms()
public java.lang.String getNameParam()
null
if there is no such parameter.
This is normally associated with a Crypt filter, and
shouldn't be confused with the name of the filter.public void setDecodeParms(PdfDictionary parms)