Uses of Class
com.itextpdf.kernel.geom.Path
-
Packages that use Path Package Description com.itextpdf.kernel.geom com.itextpdf.kernel.pdf.canvas.parser com.itextpdf.kernel.pdf.canvas.parser.clipper com.itextpdf.kernel.pdf.canvas.parser.data -
-
Uses of Path in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom that return Path Modifier and Type Method Description static PathShapeTransformUtil. transformPath(Path path, Matrix ctm)Method for transforming a path.Methods in com.itextpdf.kernel.geom with parameters of type Path Modifier and Type Method Description static PathShapeTransformUtil. transformPath(Path path, Matrix ctm)Method for transforming a path.Constructors in com.itextpdf.kernel.geom with parameters of type Path Constructor Description Path(Path path) -
Uses of Path in com.itextpdf.kernel.pdf.canvas.parser
Fields in com.itextpdf.kernel.pdf.canvas.parser declared as Path Modifier and Type Field Description private PathParserGraphicsState. clippingPathprotected PathPdfCanvasProcessor. currentPathMethods in com.itextpdf.kernel.pdf.canvas.parser that return Path Modifier and Type Method Description PathParserGraphicsState. getClippingPath()Getter for the current clipping path.Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type Path Modifier and Type Method Description voidParserGraphicsState. clip(Path path, int fillingRule)Intersects the current clipping path with the given path.voidParserGraphicsState. 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 Path Modifier and Type Method Description PathClipperBridge. convertToPath(PolyTree result)Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type Path Modifier and Type Method Description (package private) voidClipperBridge. addContour(Path path, java.util.List<Point.LongPoint> contour, boolean close)java.util.List<Subpath>ClipperBridge. addPath(ClipperOffset offset, Path path, IClipper.JoinType joinType, IClipper.EndType endType)Adds all iTextSubpaths of the iTextPathto theClipperOffsetobject with one note: it doesn't add degenerate subpaths.voidClipperBridge. addPath(IClipper clipper, Path path, IClipper.PolyType polyType)Constructors in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type Path Constructor Description ClipperBridge(Path... paths)Creates newClipperBridgeinstance with adjusted float multiplier value. -
Uses of Path in com.itextpdf.kernel.pdf.canvas.parser.data
Fields in com.itextpdf.kernel.pdf.canvas.parser.data declared as Path Modifier and Type Field Description private PathClippingPathInfo. pathprivate PathPathRenderInfo. pathMethods in com.itextpdf.kernel.pdf.canvas.parser.data that return Path Modifier and Type Method Description PathClippingPathInfo. getClippingPath()Gets thePathwhich represents current clipping path.PathPathRenderInfo. getPath()Gets thePathto be renderedConstructors in com.itextpdf.kernel.pdf.canvas.parser.data with parameters of type Path Constructor Description ClippingPathInfo(CanvasGraphicsState gs, Path path, Matrix ctm)Creates a newClippingPathInfoinstance.PathRenderInfo(java.util.Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation)If the operation isPathRenderInfo.NO_OPthen the rule is ignored, otherwisePdfCanvasConstants.FillingRule.NONZERO_WINDINGis used by default.PathRenderInfo(java.util.Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation, int rule, boolean isClip, int clipRule)Creates the newPathRenderInfoinstance.
-