| 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)
Builds a
Path instance based on array of Point (internally converting
them by ClipperBridge.convertToLongPoints(java.util.List<com.itextpdf.kernel.geom.Point>)) and adds this path to IClipper instance, treating the path as
a closed polygon. |
static boolean |
ClipperBridge.addPolylineSubjectToClipper(IClipper clipper,
Point[] lineVertices)
Builds a
Path instance based on array of Point (internally converting
them by ClipperBridge.convertToLongPoints(java.util.List<com.itextpdf.kernel.geom.Point>)) and adds this path to IClipper instance, 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.