|
|
||||||||||
| 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.PdfNumber
com.etymon.pjx.PdfInteger
Represents the PDF integer object.
| Field Summary | |
static PdfInteger |
ZERO
A PdfInteger object representing the int value
0. |
| Constructor Summary | |
PdfInteger(int n)
Constructs an integer object representing an int value. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this instance with another PDF object for equality. |
float |
getFloat()
Returns the float value of this number. |
int |
getInt()
Returns the int value of this number. |
long |
getLong()
Returns the long value of this number. |
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 |
| Field Detail |
public static final PdfInteger ZERO
PdfInteger object representing the int value
0.
| Constructor Detail |
public PdfInteger(int n)
n - the int value.| 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 getInt()
PdfNumber
getInt in class PdfNumberpublic long getLong()
PdfNumber
getLong in class PdfNumberpublic float getFloat()
PdfNumber
getFloat in class PdfNumberpublic 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 | ||||||||||