public abstract class PdfNumber extends PdfObject
PdfInteger
,
PdfFloat
, and PdfLong
.Constructor and Description |
---|
PdfNumber() |
Modifier and Type | Method and Description |
---|---|
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.
|
public abstract int getInt()
public abstract long getLong()
public abstract float getFloat()