Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.clipper.IClipper
-
Uses of IClipper in com.itextpdf.kernel.pdf.canvas.parser.clipper
Modifier and TypeMethodDescriptionstatic 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 ofPoint
(internally converting them byClipperBridge.convertToLongPoints(java.util.List
) 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 ofPoint
(internally converting them byClipperBridge.convertToLongPoints(java.util.List
) and adds this path to) IClipper
instance, treating the path as a polyline (an open path in terms of clipper library).