org.apache.pdfbox.cos
Class COSDictionaryLateBinding

java.lang.Object
  extended by org.apache.pdfbox.cos.COSBase
      extended by org.apache.pdfbox.cos.COSDictionary
          extended by org.apache.pdfbox.cos.COSDictionaryLateBinding
All Implemented Interfaces:
COSObjectable

public class COSDictionaryLateBinding
extends COSDictionary

Author:
adam

Field Summary
static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.pdfbox.cos.COSDictionary
items
 
Constructor Summary
COSDictionaryLateBinding(ConformingPDFParser parser)
           
 
Method Summary
 COSBase getDictionaryObject(COSName key)
          This will get an object from this dictionary.
 
Methods inherited from class org.apache.pdfbox.cos.COSDictionary
accept, addAll, clear, containsKey, containsKey, containsValue, entrySet, getBoolean, getBoolean, getBoolean, getDate, getDate, getDate, getDate, getDictionaryObject, getDictionaryObject, getDictionaryObject, getDictionaryObject, getEmbeddedDate, getEmbeddedDate, getEmbeddedDate, getEmbeddedDate, getEmbeddedInt, getEmbeddedInt, getEmbeddedInt, getEmbeddedInt, getEmbeddedString, getEmbeddedString, getEmbeddedString, getEmbeddedString, getFloat, getFloat, getFloat, getFloat, getInt, getInt, getInt, getInt, getInt, getInt, getInt, getItem, getItem, getKeyForValue, getLong, getLong, getLong, getLong, getLong, getNameAsString, getNameAsString, getNameAsString, getNameAsString, getObjectFromPath, getString, getString, getString, getString, getValues, keyList, keySet, mergeInto, removeItem, setBoolean, setBoolean, setDate, setDate, setEmbeddedDate, setEmbeddedDate, setEmbeddedInt, setEmbeddedInt, setEmbeddedString, setEmbeddedString, setFloat, setFloat, setInt, setInt, setItem, setItem, setItem, setItem, setLong, setLong, setName, setName, setString, setString, size, toString
 
Methods inherited from class org.apache.pdfbox.cos.COSBase
getCOSObject, getFilterManager, isDirect, isNeedToBeUpdate, setDirect, setNeedToBeUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

public static final org.apache.commons.logging.Log log
Constructor Detail

COSDictionaryLateBinding

public COSDictionaryLateBinding(ConformingPDFParser parser)
Method Detail

getDictionaryObject

public COSBase getDictionaryObject(COSName key)
This will get an object from this dictionary. If the object is a reference then it will dereference it and get it from the document. If the object is COSNull then null will be returned.

Overrides:
getDictionaryObject in class COSDictionary
Parameters:
key - The key to the object that we are getting.
Returns:
The object that matches the key.