Uses of Class
com.itextpdf.kernel.geom.Path
Packages that use Path
Package
Description
-
Uses of Path in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom that return PathModifier and TypeMethodDescriptionstatic Path
ShapeTransformUtil.transformPath
(Path path, Matrix ctm) Method for transforming a path.Methods in com.itextpdf.kernel.geom with parameters of type PathModifier and TypeMethodDescriptionstatic Path
ShapeTransformUtil.transformPath
(Path path, Matrix ctm) Method for transforming a path.Constructors in com.itextpdf.kernel.geom with parameters of type Path -
Uses of Path in com.itextpdf.kernel.pdf.canvas.parser
Fields in com.itextpdf.kernel.pdf.canvas.parser declared as PathMethods in com.itextpdf.kernel.pdf.canvas.parser that return PathModifier and TypeMethodDescriptionParserGraphicsState.getClippingPath()
Getter for the current clipping path.Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type PathModifier 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
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return PathMethods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type PathModifier 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
Methods in com.itextpdf.kernel.pdf.canvas.parser.data that return PathModifier and TypeMethodDescriptionClippingPathInfo.getClippingPath()
Gets thePath
which represents current clipping path.PathRenderInfo.getPath()
Gets thePath
to be renderedConstructors in com.itextpdf.kernel.pdf.canvas.parser.data with parameters of type PathModifierConstructorDescriptionClippingPathInfo
(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.