Package org.apache.pdfbox.pdmodel.common
Class PDDictionaryWrapper
java.lang.Object
org.apache.pdfbox.pdmodel.common.PDDictionaryWrapper
- All Implemented Interfaces:
COSObjectable
- Direct Known Subclasses:
PDAttributeObject
,PDOutlineNode
,PDTransition
,PDTypedDictionaryWrapper
,PDUserProperty
A wrapper for a COS dictionary.
- Author:
- Johannes Koch
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorPDDictionaryWrapper
(COSDictionary dictionary) Creates a new instance with a given COS dictionary. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Convert this standard java object to a COS object.int
hashCode()
-
Constructor Details
-
PDDictionaryWrapper
public PDDictionaryWrapper()Default constructor -
PDDictionaryWrapper
Creates a new instance with a given COS dictionary.- Parameters:
dictionary
- the dictionary
-
-
Method Details
-
getCOSObject
Convert this standard java object to a COS object.- Specified by:
getCOSObject
in interfaceCOSObjectable
- Returns:
- The cos object that matches this Java object.
-
equals
-
hashCode
public int hashCode()
-