|
|
||||||||||
| 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
The abstract superclass of classes PdfInteger,
PdfFloat, and PdfLong.
| Constructor Summary | |
PdfNumber()
|
|
| Method Summary | |
abstract float |
getFloat()
Returns the float value of this number. |
abstract int |
getInt()
Returns the int value of this number. |
abstract long |
getLong()
Returns the long value of this number. |
| Methods inherited from class com.etymon.pjx.PdfObject |
clone, equals, filter, hashCode, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PdfNumber()
| Method Detail |
public abstract int getInt()
public abstract long getLong()
public abstract float getFloat()
|
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 | ||||||||||