|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.pobjects.PObject
public class PObject
The class represents a generic PDF object. Each PDF object can be identified by a unique reference object, which contains the objects object number and generation number.
Reference| Constructor Summary | |
|---|---|
PObject(java.lang.Object object,
java.lang.Number objectNumber,
java.lang.Number objectGeneration)
Create a new PObject. |
|
PObject(java.lang.Object object,
Reference objectReference)
Create a new PObject. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
getObject()
Gets the generic PDF Object stored at this object number and generation. |
Reference |
getReference()
Gets the reference information for this PDF object. |
int |
hashCode()
|
java.lang.String |
toString()
String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PObject(java.lang.Object object,
java.lang.Number objectNumber,
java.lang.Number objectGeneration)
object - a PDF object that is associated by the objectNumber and
and objectGeneration dataobjectNumber - the object number of the PDF objectobjectGeneration - the generation number of the PDF object
public PObject(java.lang.Object object,
Reference objectReference)
object - a PDF object that is associated by the objectNumber and
and objectGeneration dataobjectReference - Reference object which contains the PDF objects
number and generation data| Method Detail |
|---|
public Reference getReference()
public java.lang.Object getObject()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||