Generated by
JDiff

Class com.itextpdf.kernel.pdf.PdfNumber

Documentation changed from old to new.

Changed Constructors
PdfNumber( byte[]) Documentation changed from old to new.
Creates an instance of PdfNumber with provided content.
PdfNumber( double) Documentation changed from old to new.
Creates an instance of PdfNumber and sets value.
PdfNumber( int) Documentation changed from old to new.
Creates an instance of PdfNumber and sets value.
 

Changed Methods
void  decrement() Documentation changed from old to new.
Decrements current value.
double  doubleValue() Documentation changed from old to new.
Returns double value of current instance of PdfNumber.
float  floatValue() Documentation changed from old to new.
Returns value and converts it to float.
double  getValue() Documentation changed from old to new.
Returns value of current instance of PdfNumber.
boolean  hasDecimalPoint() Documentation changed from old to new.
Checks if string representation of the value contains decimal point.
void  increment() Documentation changed from old to new.
Increments current value.
int  intValue() Documentation changed from old to new.
Returns value and converts it to an int.
long  longValue() Documentation changed from old to new.
Returns value and converts it to long.
void  setValue( double) Documentation changed from old to new.
Sets value.
void  setValue( int) Documentation changed from old to new.
Sets value and convert it to double.