Generated by
JDiff

Class com.itextpdf.kernel.pdf.canvas.parser.data.PathRenderInfo

Changed Constructors
PathRenderInfo( Stack, CanvasGraphicsState , Path , int ) Documentation changed from old to new.
If the operation is .NO_OP then the rule is ignored, otherwise FillingRule.NONZERO_WINDING is used by default.
PathRenderInfo( Stack, CanvasGraphicsState , Path , int , int , boolean , int ) Documentation changed from old to new.
Creates the new PathRenderInfo instance.
 

Changed Methods
List  getCanvasTagHierarchy() Documentation changed from old to new.
Gets hierarchy of the canvas tags that wraps given text.
int  getClippingRule() Documentation changed from old to new.
Gets either FillingRule.NONZERO_WINDING or FillingRule.EVEN_ODD.
Matrix  getCtm() Documentation changed from old to new.
Gets the current transformation matrix.
Color  getFillColor() Documentation changed from old to new.
Gets the path's fill color.
int  getLineCapStyle() Documentation changed from old to new.
Gets the line cap style.
PdfArray  getLineDashPattern() Documentation changed from old to new.
Gets the path's dash pattern.
int  getLineJoinStyle() Documentation changed from old to new.
Gets the line join style.
float  getLineWidth() Documentation changed from old to new.
Gets the path's line width.
float  getMiterLimit() Documentation changed from old to new.
Gets the miter limit.
int  getOperation() Documentation changed from old to new.
Gets the {@code int} value which is either .NO_OP or one of possible combinations of .STROKE and .FILL.
Path  getPath() Documentation changed from old to new.
Gets the Path to be rendered
int  getRule() Documentation changed from old to new.
Gets either FillingRule.NONZERO_WINDING or FillingRule.EVEN_ODD.
Color  getStrokeColor() Documentation changed from old to new.
Gets the path's stroke color.
boolean  isPathModifiesClippingPath() Documentation changed from old to new.
Gets the clipping path flag.
boolean  hasMcid( int) Documentation changed from old to new.
Checks if the text belongs to a marked content sequence with a given mcid.
boolean  hasMcid( int, boolean ) Documentation changed from old to new.
Checks if the text belongs to a marked content sequence with a given mcid.