COSObjectable
PDAttributeObject
, PDOutlineNode
, PDTransition
, 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) |
|
COSDictionary |
getCOSObject() |
Convert this standard java object to a COS object.
|
int |
hashCode() |
public PDDictionaryWrapper()
public PDDictionaryWrapper(COSDictionary dictionary)
dictionary
- the dictionarypublic COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2002–2018. All rights reserved.