| Package | Description | 
|---|---|
| com.itextpdf.kernel.pdf.canvas.parser.clipper | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClipperBase | 
| class  | DefaultClipper | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ClipperBridge. addPath(IClipper clipper, Path path, IClipper.PolyType polyType) | 
| static boolean | ClipperBridge. addPolygonToClipper(IClipper clipper, Point[] polyVertices, IClipper.PolyType polyType)
             Adds polygon path based on array of  Point(internally converting them byClipperBridge.convertToLongPoints(java.util.List) and adds this path toIClipperinstance, treating the path as a closed polygon. | 
| static boolean | ClipperBridge. addPolylineSubjectToClipper(IClipper clipper, Point[] lineVertices)
             Adds polyline path based on array of  Point(internally converting them byClipperBridge.convertToLongPoints(java.util.List) and adds this path toIClipperinstance, treating the path as a polyline (an open path in terms of clipper library). | 
| static void | ClipperBridge. addRectToClipper(IClipper clipper, Point[] rectVertices, IClipper.PolyType polyType) | 
Copyright © 1998–2019 iText Group NV. All rights reserved.