|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.etymon.pjx.PdfObject
com.etymon.pjx.PdfReference
Represents the PDF indirect reference.
| Constructor Summary | |
PdfReference(int n,
int g)
Constructs an indirect reference representing a specified object number and generation number. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this instance with another PDF object for equality. |
int |
getGenerationNumber()
Returns the generation number of this indirect reference. |
int |
getObjectNumber()
Returns the object number of this indirect reference. |
int |
hashCode()
Returns a hash code for this object. |
| Methods inherited from class com.etymon.pjx.PdfObject |
clone, filter, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PdfReference(int n,
int g)
n - the object number.g - the generation number.| Method Detail |
public boolean equals(java.lang.Object obj)
PdfObject
equals in class PdfObjectobj - the object to compare this instance with.
true if the PDF objects are equal.public int getGenerationNumber()
public int getObjectNumber()
public int hashCode()
PdfObject
hashCode in class PdfObject
|
Copyright © 1998-2004 Etymon Systems, Inc. The PDF data structures, operators, and specification are |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||