java.lang.Object
org.sejda.sambox.pdmodel.common.PDDictionaryWrapper
- All Implemented Interfaces:
COSObjectable
- Direct Known Subclasses:
FileTrailer,PDAcroForm,PDAnnotation,PDAppearanceCharacteristicsDictionary,PDAttributeObject,PDCryptFilterDictionary,PDDeviceNAttributes,PDDocumentInformation,PDEncryption,PDField,PDObjectReference,PDOptionalContentProperties,PDOutlineNode,PDTransition,PDTransparencyGroupAttributes,PDTypedDictionaryWrapper,PDUserProperty
A wrapper for a COS dictionary.
- Author:
- Johannes Koch
-
Constructor Summary
ConstructorsConstructorDescriptionPDDictionaryWrapper(COSDictionary dictionary) Creates a new instance with a given COS dictionary. -
Method Summary
-
Constructor Details
-
PDDictionaryWrapper
public PDDictionaryWrapper() -
PDDictionaryWrapper
Creates a new instance with a given COS dictionary.- Parameters:
dictionary- the dictionary
-
-
Method Details
-
getCOSObject
- Specified by:
getCOSObjectin interfaceCOSObjectable- Returns:
- The
COSBasethat matches this Java object.
-
equals
-
hashCode
public int hashCode()
-