Generated by
JDiff

Class com.itextpdf.io.codec.TIFFField

Changed Constructors
TIFFField( int, int , int , Object ) Documentation changed from old to new.
Constructs a TIFFField with arbitrary data.
 

Changed Methods
double  getAsDouble( int) Documentation changed from old to new.
Returns data in any numerical format as a double.
double[]  getAsDoubles() Documentation changed from old to new.
Returns TIFF_DOUBLE data as an array of doubles.
float  getAsFloat( int) Documentation changed from old to new.
Returns data in any numerical format as a float.
float[]  getAsFloats() Documentation changed from old to new.
Returns TIFF_FLOAT data as an array of floats.
int  getAsInt( int) Documentation changed from old to new.
Returns data in TIFF_BYTE, TIFF_SBYTE, TIFF_UNDEFINED, TIFF_SHORT, TIFF_SSHORT, or TIFF_SLONG format as an int.
int[]  getAsInts() Documentation changed from old to new.
Returns TIFF_SLONG data as an array of ints (signed 32-bit integers).
long  getAsLong( int) Documentation changed from old to new.
Returns data in TIFF_BYTE, TIFF_SBYTE, TIFF_UNDEFINED, TIFF_SHORT, TIFF_SSHORT, TIFF_SLONG, or TIFF_LONG format as a long.
long[]  getAsLongs() Documentation changed from old to new.
Returns TIFF_LONG data as an array of longs (signed 64-bit integers).
long[]  getAsRational( int) Documentation changed from old to new.
Returns a TIFF_RATIONAL data item as a two-element array of ints.
long[][]  getAsRationals() Documentation changed from old to new.
Returns TIFF_RATIONAL data as an array of 2-element arrays of longs.
int[]  getAsSRational( int) Documentation changed from old to new.
Returns a TIFF_SRATIONAL data item as a two-element array of ints.
int[][]  getAsSRationals() Documentation changed from old to new.
Returns TIFF_SRATIONAL data as an array of 2-element arrays of ints.
short[]  getAsShorts() Documentation changed from old to new.
Returns TIFF_SSHORT data as an array of shorts (signed 16-bit integers).
String  getAsString( int) Documentation changed from old to new.
Returns a TIFF_ASCII data item as a String.
String[]  getAsStrings() Documentation changed from old to new.
Returns TIFF_ASCII data as an array of strings.