Uses of Class
com.itextpdf.kernel.geom.Path
Package
Description
-
Uses of Path in com.itextpdf.kernel.geom
Modifier and TypeMethodDescriptionstatic Path
ShapeTransformUtil.transformPath
(Path path, Matrix ctm) Method for transforming a path.Modifier and TypeMethodDescriptionstatic Path
ShapeTransformUtil.transformPath
(Path path, Matrix ctm) Method for transforming a path. -
Uses of Path in com.itextpdf.kernel.pdf.canvas.parser
Modifier and TypeMethodDescriptionParserGraphicsState.getClippingPath()
Getter for the current clipping path.Modifier and TypeMethodDescriptionvoid
Intersects the current clipping path with the given path.void
ParserGraphicsState.setClippingPath
(Path clippingPath) Sets the current clipping path to the specified path. -
Uses of Path in com.itextpdf.kernel.pdf.canvas.parser.clipper
Modifier and TypeMethodDescriptionClipperBridge.addPath
(ClipperOffset offset, Path path, IClipper.JoinType joinType, IClipper.EndType endType) Adds all iTextSubpath
s of the iTextPath
to theClipperOffset
object with one note: it doesn't add degenerate subpaths.static void
ClipperBridge.addPath
(IClipper clipper, Path path, IClipper.PolyType polyType) -
Uses of Path in com.itextpdf.kernel.pdf.canvas.parser.data
Modifier and TypeMethodDescriptionClippingPathInfo.getClippingPath()
Gets thePath
which represents current clipping path.PathRenderInfo.getPath()
Gets thePath
to be renderedModifierConstructorDescriptionClippingPathInfo
(CanvasGraphicsState gs, Path path, Matrix ctm) Creates a newClippingPathInfo
instance.PathRenderInfo
(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation) If the operation isPathRenderInfo.NO_OP
then the rule is ignored, otherwisePdfCanvasConstants.FillingRule.NONZERO_WINDING
is used by default.PathRenderInfo
(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation, int rule, boolean isClip, int clipRule) Creates the newPathRenderInfo
instance.