Generated by
JDiff

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

Changed Methods
PdfCanvas  paintShading( PdfShading) Documentation changed from old to new.
Paints a shading object and adds it to the resources of this canvas
PdfCanvas  setLineCapStyle( int) Documentation changed from old to new.
Sets the line cap style, the shape to be used at the ends of open subpaths when they are stroked.
PdfCanvas  setLineJoinStyle( int) Documentation changed from old to new.
Sets the line join style, the shape to be used at the corners of paths when they are stroked.
PdfCanvas  setMiterLimit( float) Documentation changed from old to new.
Sets the miter limit, a parameter specifying the maximum length a miter join may extend beyond the join point, relative to the angle of the line segments.
PdfXObject  addImage( ImageData, Rectangle , boolean ) Documentation changed from old to new.
Creates Image XObject from image and adds it to canvas.
PdfXObject  addImage( ImageData, float , float , boolean ) Documentation changed from old to new.
Creates Image XObject from image and adds it to canvas.
PdfXObject  addImage( ImageData, float , float , float , boolean ) Documentation changed from old to new.
Creates Image XObject from image and adds it to the specified position with specified width preserving aspect ratio.
PdfXObject  addImage( ImageData, float , float , float , boolean , boolean ) Documentation changed from old to new.
Creates Image XObject from image and adds it to the specified position with specified width preserving aspect ratio.
PdfXObject  addImage( ImageData, float , float , float , float , float , float ) Documentation changed from old to new.
Creates Image XObject from image and adds it to canvas (as Image XObject).
PdfXObject  addImage( ImageData, float , float , float , float , float , float , boolean ) Documentation changed from old to new.
Creates Image XObject from image and adds it to canvas.
PdfCanvas  addXObject( PdfXObject, float , float ) Documentation changed from old to new.
Adds {@code PdfXObject} to the specified position.
PdfCanvas  addXObject( PdfXObject, float , float , float ) Documentation changed from old to new.
Adds {@code PdfXObject} to the specified position with specified width preserving aspect ratio.
PdfCanvas  addXObject( PdfXObject, float , float , float , boolean ) Documentation changed from old to new.
Adds {@code PdfXObject} to the specified position with specified height preserving aspect ratio.
PdfCanvas  addXObject( PdfXObject, float , float , float , float , float , float ) Documentation changed from old to new.
Adds {@code PdfXObject} to canvas.
PdfCanvas  concatMatrix( AffineTransform) Documentation changed from old to new.
Concatenates the affine transformation matrix to the current matrix in the content stream managed by this Canvas.