Generated by
JDiff

com.itextpdf.kernel.pdf.canvas.parser.data Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.kernel.pdf.canvas.parser.data as colored differences. Deletions are shown like 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.

Class ClippingPathInfo, constructor ClippingPathInfo(CanvasGraphicsState, Path, Matrix)

Creates a new ClippingPathInfo instance. @param path gs The path to the be canvas rendered. graphics state @param ctm path the The Path path to be which represents current rendered. clipping path @param ctm the current transformation matrix
Class ClippingPathInfo, Path getClippingPath()

Gets the Path which represents current clipping path. @return The the Path which represents current clipping path .
Class ClippingPathInfo, Matrix getCtm()

Gets the current transformation matrix. @return Current the current transformation matrix .

Class ImageRenderInfo

Represents image data from a PDF.
Class ImageRenderInfo, constructor ImageRenderInfo(Stack, CanvasGraphicsState, Matrix, PdfStream, PdfName, PdfDictionary, boolean)

Create Creates an ImageRenderInfo ImageRenderInfo. @param canvasTagHierarchy the hierarchy of nested canvas tags for the text from the most inner (nearest to text) tag to the most outer @param gs the canvas graphics state @param ctm the coordinate transformation matrix at the time the image is rendered @param imageStream the image stream object @param resourceName resourceName the name of the image resource @param colorSpaceDictionary the color space dictionary from resources which are associated with the image @param isInline defines if the encountered image was inline
Class ImageRenderInfo, float getArea()

Gets the size of the image in User space units. @return the size of the image, in User space units
Class ImageRenderInfo, PdfDictionary getColorSpaceDictionary()

Gets the color space dictionary of the image. @return the color space dictionary from resources which are associated with the image
Class ImageRenderInfo, PdfImageXObject getImage()

Gets an the image wrapped in ImageXObject. You can: @return the image
Class ImageRenderInfo, Matrix getImageCtm()

@return Gets The the coordinate transformation matrix in User space which was active when this image was rendered. Coordinates @return the coordinate transformation are matrix in User space . which was active when this image was rendered
Class ImageRenderInfo, Vector getStartPoint()

Gets the vector in User space representing the start point of the image. @return a the vector in User space representing the start point of the image
Class ImageRenderInfo, boolean isInline()

Gets the inline flag. @return {@code true} if image was inlined in original stream .

Class PathRenderInfo, constructor PathRenderInfo(Stack, CanvasGraphicsState, Path, int)

If the operation is .NO_OP then the rule is ignored, otherwise FillingRule.NONZERO_WINDING is used by default. With this constructor path is considered as not modifying clipping path.

See .PathRenderInfo(Stack, CanvasGraphicsState, Path, int, int, boolean, int) @param canvasTagHierarchy the canvas tag hierarchy @param gs the graphics state @param path the path to be rendered @param operation one of the possible combinations of .STROKE and .FILL values or .NO_OP

Class PathRenderInfo, constructor PathRenderInfo(Stack, CanvasGraphicsState, Path, int, int, boolean, int)

Creates the new PathRenderInfo instance. @param canvasTagHierarchy the canvas tag hierarchy @param gs The the graphics state. state @param path The the path to be rendered. rendered @param operation One one of the possible combinations of .STROKE and and .FILL values or .NO_OP @param rule Either either FillingRule.NONZERO_WINDING or FillingRule.EVEN_ODD . @param isClip True {@code true} indicates that current path modifies the clipping path, path false @param - clipRule if not. @param clipRule Either either FillingRule.NONZERO_WINDING or FillingRule.EVEN_ODD .
Class PathRenderInfo, List getCanvasTagHierarchy()

Gets hierarchy of the canvas tags that wraps given text. @return list of the wrapping canvas tags. The first tag is the innermost (nearest to the text) .
Class PathRenderInfo, int getClippingRule()

@return Gets Either either FillingRule.NONZERO_WINDING or FillingRule.EVEN_ODD. @return the clipping rule value
Class PathRenderInfo, Matrix getCtm()

Gets the current transformation matrix. @return Current the current transformation matrix .
Class PathRenderInfo, int getOperation()

Gets the {@ return code int} value which is either .NO_OP or one of possible combinations of .STROKE and .FILL. @return the operation value
Class PathRenderInfo, Path getPath()

Gets the Path to be rendered @return The the Path to be rendered .
Class PathRenderInfo, int getRule()

@return Gets Either either FillingRule.NONZERO_WINDING or FillingRule.EVEN_ODD. @return the rule value
Class PathRenderInfo, boolean hasMcid(int)

Checks if the text belongs to a marked content sequence with a given mcid. @param mcid a marked content id @return {@code true} if the text is marked with this id
Class PathRenderInfo, boolean hasMcid(int, boolean)

Checks if the text belongs to a marked content sequence with a given mcid. @param mcid a marked content id @param checkTheTopmostLevelOnly indicates whether to check the topmost level of marked content stack only @return {@code true} if the text is marked with this id
Class PathRenderInfo, boolean isPathModifiesClippingPath()

Gets the clipping path flag. @return {@code true} indicates that current path modifies the clipping path , false - if not.