COSObjectable
PDAttributeObject
, PDTypedDictionaryWrapper
, PDUserProperty
public class PDDictionaryWrapper extends java.lang.Object implements COSObjectable
Constructor | Description |
---|---|
PDDictionaryWrapper() |
Default constructor
|
PDDictionaryWrapper(COSDictionary dictionary) |
Creates a new instance with a given COS dictionary.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
protected COSDictionary |
getCOSDictionary() |
Gets the COS dictionary.
|
COSBase |
getCOSObject() |
Convert this standard java object to a COS object.
|
int |
hashCode() |
public PDDictionaryWrapper()
public PDDictionaryWrapper(COSDictionary dictionary)
dictionary
- the dictionarypublic COSBase getCOSObject()
getCOSObject
in interface COSObjectable
protected COSDictionary getCOSDictionary()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object