Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.clipper.IClipper
-
Packages that use IClipper Package Description com.itextpdf.kernel.pdf.canvas.parser.clipper -
-
Uses of IClipper in com.itextpdf.kernel.pdf.canvas.parser.clipper
Classes in com.itextpdf.kernel.pdf.canvas.parser.clipper that implement IClipper Modifier and Type Class Description classClipperBaseclassDefaultClipperMethods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type IClipper Modifier and Type Method Description voidClipperBridge. addPath(IClipper clipper, Path path, IClipper.PolyType polyType)booleanClipperBridge. addPolygonToClipper(IClipper clipper, Point[] polyVertices, IClipper.PolyType polyType)Adds polygon path based on array ofPoint(internally converting them byClipperBridge.convertToLongPoints(java.util.List<com.itextpdf.kernel.geom.Point>)) and adds this path toIClipperinstance, treating the path as a closed polygon.booleanClipperBridge. addPolylineSubjectToClipper(IClipper clipper, Point[] lineVertices)Adds polyline path based on array ofPoint(internally converting them byClipperBridge.convertToLongPoints(java.util.List<com.itextpdf.kernel.geom.Point>)) and adds this path toIClipperinstance, treating the path as a polyline (an open path in terms of clipper library).
-