Generated by
JDiff

Class com.itextpdf.kernel.pdf.canvas.PdfCanvas

Added Methods
PdfXObject  addImageAt( ImageData, float , float , boolean ) Creates PdfImageXObject from image and adds it to the specified position.
PdfXObject  addImageFittedIntoRectangle( ImageData, Rectangle , boolean ) Creates PdfImageXObject from image and fitted into specific rectangle on canvas.
PdfXObject  addImageWithTransformationMatrix( ImageData, float , float , float , float , float , float ) Creates PdfImageXObject from image and adds it to canvas.
PdfXObject  addImageWithTransformationMatrix( ImageData, float , float , float , float , float , float , boolean ) Creates PdfImageXObject from image and adds it to canvas.
PdfCanvas  addXObject( PdfXObject) Adds PdfXObject on canvas.
PdfCanvas  addXObjectAt( PdfXObject, float , float ) Adds PdfXObject to the specified position.
PdfCanvas  addXObjectFittedIntoRectangle( PdfXObject, Rectangle ) Adds PdfXObject fitted into specific rectangle on canvas.
PdfCanvas  addXObjectWithTransformationMatrix( PdfXObject, float , float , float , float , float , float ) Adds PdfXObject to canvas.
 

Changed Methods
PdfXObject  addImage( ImageData, Rectangle , boolean ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link #addImageFittedIntoRectangle(ImageData, Rectangle, boolean)} or {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)}instead
PdfXObject  addImage( ImageData, float , float , boolean ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link #addImageAt(ImageData, float, float, boolean)} or {@link #addXObjectAt(PdfXObject, float, float)} instead
PdfXObject  addImage( ImageData, float , float , float , boolean ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link #addImageFittedIntoRectangle(ImageData, Rectangle, boolean)} or {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)} instead
PdfXObject  addImage( ImageData, float , float , float , boolean , boolean ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link #addImageFittedIntoRectangle(ImageData, Rectangle, boolean)} or {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)} instead
PdfXObject  addImage( ImageData, float , float , float , float , float , float ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link #addImageWithTransformationMatrix(ImageData, float, float, float, float, float, float)} or {@link #addXObjectWithTransformationMatrix(PdfXObject, float, float, float, float, float, float)} instead
PdfXObject  addImage( ImageData, float , float , float , float , float , float , boolean ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link #addImageWithTransformationMatrix(ImageData, float, float, float, float, float, float, boolean)} instead
PdfCanvas  addXObject( PdfXObject, Rectangle ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)} instead
PdfCanvas  addXObject( PdfXObject, float , float ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link #addXObjectAt(PdfXObject, float, float)} instead
PdfCanvas  addXObject( PdfXObject, float , float , float ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)} (PdfXObject, Rectangle)} and {@link PdfXObject#calculateProportionallyFitRectangleWithWidth(PdfXObject, float, float, float)} instead
PdfCanvas  addXObject( PdfXObject, float , float , float , boolean ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)} (PdfXObject, Rectangle)} and {@link PdfXObject#calculateProportionallyFitRectangleWithHeight(PdfXObject, float, float, float)} instead
PdfCanvas  addXObject( PdfXObject, float , float , float , float , float , float ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2, use {@link #addXObjectWithTransformationMatrix(PdfXObject, float, float, float, float, float, float)} instead