Generated by
JDiff

Class com.itextpdf.kernel.geom.Matrix

Documentation changed from old to new.

Changed Constructors
Matrix( void) Documentation changed from old to new.
Constructs a new Matrix with identity.
 

Changed Methods
Matrix  multiply( Matrix) Documentation changed from old to new.
multiplies this matrix by 'b' and returns the result.
 

Changed Fields
int  I11 Documentation changed from old to new.
The row=1, col=1 position ('a') in the matrix.
int  I12 Documentation changed from old to new.
The row=1, col=2 position ('b') in the matrix.
int  I13 Documentation changed from old to new.
The row=1, col=3 position (always 0 for 2D) in the matrix.
int  I21 Documentation changed from old to new.
The row=2, col=1 position ('c') in the matrix.
int  I22 Documentation changed from old to new.
The row=2, col=2 position ('d') in the matrix.
int  I23 Documentation changed from old to new.
The row=2, col=3 position (always 0 for 2D) in the matrix.
int  I31 Documentation changed from old to new.
The row=3, col=1 ('e', or X translation) position in the matrix.
int  I32 Documentation changed from old to new.
The row=3, col=2 ('f', or Y translation) position in the matrix.
int  I33 Documentation changed from old to new.
The row=3, col=3 position (always 1 for 2D) in the matrix.