|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.common.PDDictionaryWrapper
public class PDDictionaryWrapper
A wrapper for a COS dictionary.
Constructor Summary | |
---|---|
PDDictionaryWrapper()
Default constructor |
|
PDDictionaryWrapper(COSDictionary dictionary)
Creates a new instance with a given COS dictionary. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
protected COSDictionary |
getCOSDictionary()
Gets the COS dictionary. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDDictionaryWrapper()
public PDDictionaryWrapper(COSDictionary dictionary)
dictionary
- the dictionaryMethod Detail |
---|
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
protected COSDictionary getCOSDictionary()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |