public class Filter extends Object
Modifier and Type | Method and Description |
---|---|
PdfDictionary |
getDecodeParms()
Returns the DecodeParms dictionary, or null if there is none.
|
String |
getFilterName()
Returns the name of the filter.
|
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(String name)
name
- The name of the filter.public String getFilterName()
public PdfDictionary getDecodeParms()
public 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)
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.