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 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)
Adds polyline path 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). |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.