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, writePdf
public 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
InvalidPdfObjectException
public void setFilter(PjName filter)
public void setFilter(PjArray filter)
public void setFilter(PjReference filter)
public PjObject getFilter() throws InvalidPdfObjectException
InvalidPdfObjectException
public void setDecodeParms(PjObject decodeParms)
public PjObject getDecodeParms() throws InvalidPdfObjectException
InvalidPdfObjectException
public PjObject getF() throws InvalidPdfObjectException
InvalidPdfObjectException
public void setFFilter(PjName fFilter)
public void setFFilter(PjArray fFilter)
public void setFFilter(PjReference fFilter)
public PjObject getFFilter() throws InvalidPdfObjectException
InvalidPdfObjectException
public void setFDecodeParms(PjObject fDecodeParms)
public PjObject getFDecodeParms() throws InvalidPdfObjectException
InvalidPdfObjectException
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class PjDictionary
java.lang.CloneNotSupportedException
- if the instance can not be cloned.