public class PjStreamDictionary extends PjDictionary
_h| Constructor and Description |
|---|
PjStreamDictionary()
Creates a new stream dictionary.
|
PjStreamDictionary(java.util.Hashtable h)
Creates a stream dictionary as a wrapper around an Hashtable.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a deep copy of this object.
|
PjObject |
getDecodeParms() |
PjObject |
getF() |
PjObject |
getFDecodeParms() |
PjObject |
getFFilter() |
PjObject |
getFilter() |
PjObject |
getLength() |
void |
setDecodeParms(PjObject decodeParms) |
void |
setFDecodeParms(PjObject fDecodeParms) |
void |
setFFilter(PjArray fFilter) |
void |
setFFilter(PjName fFilter) |
void |
setFFilter(PjReference fFilter) |
void |
setFilter(PjArray filter) |
void |
setFilter(PjName filter) |
void |
setFilter(PjReference filter) |
void |
setLength(PjNumber length) |
void |
setLength(PjReference length) |
cloneHt, getHashtable, hget, hgetReference, renumber, writePdfpublic PjStreamDictionary()
public PjStreamDictionary(java.util.Hashtable h)
h - the Hashtable to use for this dictionary.public void setLength(PjNumber length)
public void setLength(PjReference length)
public PjObject getLength() throws InvalidPdfObjectException
InvalidPdfObjectExceptionpublic void setFilter(PjName filter)
public void setFilter(PjArray filter)
public void setFilter(PjReference filter)
public PjObject getFilter() throws InvalidPdfObjectException
InvalidPdfObjectExceptionpublic void setDecodeParms(PjObject decodeParms)
public PjObject getDecodeParms() throws InvalidPdfObjectException
InvalidPdfObjectExceptionpublic PjObject getF() throws InvalidPdfObjectException
InvalidPdfObjectExceptionpublic void setFFilter(PjName fFilter)
public void setFFilter(PjArray fFilter)
public void setFFilter(PjReference fFilter)
public PjObject getFFilter() throws InvalidPdfObjectException
InvalidPdfObjectExceptionpublic void setFDecodeParms(PjObject fDecodeParms)
public PjObject getFDecodeParms() throws InvalidPdfObjectException
InvalidPdfObjectExceptionpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class PjDictionaryjava.lang.CloneNotSupportedException - if the instance can not be cloned.