|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.kernel.pdf.canvasas colored differences. Deletions are shownlike this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.
Creates Image XObject from image and adds it to canvas. The created image will be fit inside on the specified rectangle without preserving aspect ratio.Class PdfCanvas, PdfXObject addImage(ImageData, float, float, boolean)The x, y, width and height parameters of the rectangle will be used in concatenating the transformation matrix as operands. @param
imageimage image from which Image XObject will be created @paramrectrect rectangle in which the created image will be fit @param asInline true if to add image as in-line. @return created XObject or null in case of in-line image (asInline = true). @see #concatMatrix(double, double, double, double, double, double)
Creates Image XObject from image and adds it to canvas. @paramClass PdfCanvas, PdfXObject addImage(ImageData, float, float, float, boolean)imageimage image from which Image XObject will be created @paramxx horizontal offset of the created image position @paramyy vertical offset of the created image position @param asInline true if to add image as in-line. @return created XObject or null in case of in-line image (asInline = true).
Creates Image XObject from image and adds it to the specified position with specified width preserving aspect ratio.Class PdfCanvas, PdfXObject addImage(ImageData, float, float, float, boolean, boolean)The float arguments will be used in concatenating the transformation matrix as operand. @param
imageimage image from which Image XObject will be created @paramxx horizontal offset of the created image position @paramyy vertical offset of the created image position @paramwidthwidth width of the created image on the basis of which the image height will be calculated @param asInline true if to add image as in-line. @return created XObject or null in case of in-line image (asInline = true). @see #concatMatrix(double, double, double, double, double, double)
Creates Image XObject from image and adds it to the specified position with specified width preserving aspect ratio.Class PdfCanvas, PdfXObject addImage(ImageData, float, float, float, float, float, float)The float arguments will be used in concatenating the transformation matrix as operand. @param
imageimage image from which Image XObject will be created @paramxx horizontal offset of the created image position @paramyy vertical offset of the created image position @paramheightheight height of the created image on the basis of which the image width will be calculated @param asInline true if to add image as in-line. @paramdummydummy flag to note that the method works with the height parameter as opposed to the method .addImage(ImageData, float, float, float, boolean). @return created XObject or null in case of in-line image (asInline = true). @see #concatMatrix(double, double, double, double, double, double)
Creates Image XObject from image and adds it to canvas (as Image XObject).Class PdfCanvas, PdfXObject addImage(ImageData, float, float, float, float, float, float, boolean)The float arguments will be used in concatenating the transformation matrix as operands. @param image the {@code PdfImageXObject} object @param a an element of the transformation matrix @param b an element of the transformation matrix @param c an element of the transformation matrix @param d an element of the transformation matrix @param e an element of the transformation matrix @param f an element of the transformation matrix @return created Image XObject. @see #concatMatrix(double, double, double, double, double, double)
Creates Image XObject from image and adds it to canvas.Class PdfCanvas, PdfCanvas addXObject(PdfXObject, float, float)The float arguments will be used in concatenating the transformation matrix as operands. @param image the {@code PdfImageXObject} object @param a an element of the transformation matrix @param b an element of the transformation matrix @param c an element of the transformation matrix @param d an element of the transformation matrix @param e an element of the transformation matrix @param f an element of the transformation matrix @param asInline true if to add image as in-line. @return created Image XObject or null in case of in-line image (asInline = true). @see #concatMatrix(double, double, double, double, double, double)
Adds {@code PdfXObject} to the specified position. @paramClass PdfCanvas, PdfCanvas addXObject(PdfXObject, float, float, float)xObjectxObject Image XObject to be added @paramxx horizontal offset of the image position @paramyy vertical offset of the image position @return current canvas.
Adds {@code PdfXObject} to the specified position with specified width preserving aspect ratio.Class PdfCanvas, PdfCanvas addXObject(PdfXObject, float, float, float, boolean)The float arguments will be used in concatenating the transformation matrix as operand. @param
xObjectxObject Image XObject to be added @paramxx horizontal offset of the image position @paramyy vertical offset of the image position @paramwidthwidth width of the image on the basis of which the height will be calculated @return current canvas. @see #concatMatrix(double, double, double, double, double, double)
Adds {@code PdfXObject} to the specified position with specified height preserving aspect ratio.Class PdfCanvas, PdfCanvas addXObject(PdfXObject, float, float, float, float, float, float)The float arguments will be used in concatenating the transformation matrix as operand. @param
xObjectxObject Image XObject to be added @paramxx horizontal offset of the image position @paramyy vertical offset of the image position @paramheightheight height of the image on the basis of which the width will be calculated @paramdummydummy flag to note that the method works with the height parameter as opposed to the method .addXObject(PdfXObject, float, float, float) @return current canvas. @see #concatMatrix(double, double, double, double, double, double)
Adds {@code PdfXObject} to canvas.Class PdfCanvas, PdfCanvas concatMatrix(AffineTransform)The float arguments will be used in concatenating the transformation matrix as operands. @param xObject the {@code PdfImageXObject} object @param a an element of the transformation matrix @param b an element of the transformation matrix @param c an element of the transformation matrix @param d an element of the transformation matrix @param e an element of the transformation matrix @param f an element of the transformation matrix @return current canvas. @see #concatMatrix(double, double, double, double, double, double)
Concatenates the affine transformation matrix to the current matrix in the content stream managed by this Canvas.Class PdfCanvas, PdfCanvas paintShading(PdfShading)@paramSee alsotransform affine.transformation matrix to be concatenated to the current matrix @return current canvas @see #concatMatrix(double, double, double, double, double, double)@param transform @return current canvas
Paints a shading object and adds it to the resources of this canvas @paramClass PdfCanvas, PdfCanvas setLineCapStyle(int)shadingshading a shading object to be painted @return current canvas.
Sets the line cap style, the shape to be used at the ends of open subpaths when they are stroked. @paramClass PdfCanvas, PdfCanvas setLineJoinStyle(int)lineCapStylelineCapStyle a line cap style to be set @return current canvas. @see PdfCanvasConstants.LineCapStyle for possible values.
Sets the line join style, the shape to be used at the corners of paths when they are stroked. @paramClass PdfCanvas, PdfCanvas setMiterLimit(float)lineJoinStylelineJoinStyle a line join style to be set @return current canvas. @see PdfCanvasConstants.LineJoinStyle for possible values.
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. @parammiterLimitmiterLimit a miter limit to be set @return current canvas.