java.lang.Object
org.sejda.sambox.pdmodel.common.PDDictionaryWrapper
org.sejda.sambox.pdmodel.common.PDTypedDictionaryWrapper
- All Implemented Interfaces:
COSObjectable
A wrapper for a COS dictionary including Type information.
- Author:
- Johannes Koch
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance with a given type.PDTypedDictionaryWrapper(COSDictionary dictionary) Creates a new instance with a given COS dictionary. -
Method Summary
Methods inherited from class org.sejda.sambox.pdmodel.common.PDDictionaryWrapper
equals, getCOSObject, hashCode
-
Constructor Details
-
PDTypedDictionaryWrapper
Creates a new instance with a given type.- Parameters:
type- the type (Type)
-
PDTypedDictionaryWrapper
Creates a new instance with a given COS dictionary.- Parameters:
dictionary- the dictionary
-
-
Method Details
-
getType
Gets the type.- Returns:
- the type
-