| 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 | 
| Constructor and Description | 
|---|
| Path(Path path) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Path | PdfCanvasProcessor. currentPath | 
| Modifier and Type | Method and Description | 
|---|---|
| Path | ParserGraphicsState. getClippingPath()
             Getter for the current clipping path. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ParserGraphicsState. clip(Path path, int fillingRule)
             Intersects the current clipping path with the given path. 
            | 
| void | ParserGraphicsState. setClippingPath(Path clippingPath)
             Sets the current clipping path to the specified path. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| static Path | ClipperBridge. convertToPath(PolyTree result) | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<Subpath> | ClipperBridge. addPath(ClipperOffset offset, Path path, IClipper.JoinType joinType, IClipper.EndType endType)
             Adds all iText  Subpaths of the iTextPathto theClipperOffsetobject with one note: it doesn't add degenerate subpaths. | 
| static void | ClipperBridge. addPath(IClipper clipper, Path path, IClipper.PolyType polyType) | 
| Modifier and Type | Method and Description | 
|---|---|
| Path | ClippingPathInfo. getClippingPath() | 
| Path | PathRenderInfo. getPath() | 
| Constructor and Description | 
|---|
| ClippingPathInfo(CanvasGraphicsState gs, Path path, Matrix ctm) | 
| PathRenderInfo(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation)
             If the operation is  PathRenderInfo.NO_OPthen the rule is ignored, otherwisePdfCanvasConstants.FillingRule.NONZERO_WINDINGis used by default. | 
| PathRenderInfo(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation, int rule, boolean isClip, int clipRule) | 
Copyright © 1998–2019 iText Group NV. All rights reserved.