Class PDDictionaryWrapper
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.common.PDDictionaryWrapper
-
- All Implemented Interfaces:
COSObjectable
- Direct Known Subclasses:
PDAttributeObject,PDOutlineNode,PDTransition,PDTypedDictionaryWrapper,PDUserProperty
public class PDDictionaryWrapper extends Object implements COSObjectable
A wrapper for a COS dictionary.
-
-
Constructor Summary
Constructors Constructor Description PDDictionaryWrapper()Default constructorPDDictionaryWrapper(COSDictionary dictionary)Creates a new instance with a given COS dictionary.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)COSDictionarygetCOSObject()Convert this standard java object to a COS object.inthashCode()
-
-
-
Constructor Detail
-
PDDictionaryWrapper
public PDDictionaryWrapper()
Default constructor
-
PDDictionaryWrapper
public PDDictionaryWrapper(COSDictionary dictionary)
Creates a new instance with a given COS dictionary.- Parameters:
dictionary- the dictionary
-
-
Method Detail
-
getCOSObject
public COSDictionary getCOSObject()
Convert this standard java object to a COS object.- Specified by:
getCOSObjectin interfaceCOSObjectable- Returns:
- The cos object that matches this Java object.
-
-