Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.Path
-
Packages that use Path Package Description com.itextpdf.kernel.pdf.canvas.parser.clipper -
-
Uses of Path in com.itextpdf.kernel.pdf.canvas.parser.clipper
Fields in com.itextpdf.kernel.pdf.canvas.parser.clipper declared as Path Modifier and Type Field Description private PathClipperOffset. destPolyprivate PathPolyNode. polygonprivate PathClipperOffset. srcPolyMethods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return Path Modifier and Type Method Description PathPath. cleanPolygon()PathPath. cleanPolygon(double distance)PathPolyNode. getPolygon()PathPath. TranslatePath(Point.LongPoint delta)Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type Path Modifier and Type Method Description booleanClipperBase. addPath(Path pg, IClipper.PolyType polyType, boolean Closed)voidClipperOffset. addPath(Path path, IClipper.JoinType joinType, IClipper.EndType endType)booleanIClipper. addPath(Path pg, IClipper.PolyType polyType, boolean Closed)private static PathsDefaultClipper. minkowski(Path pattern, Path path, boolean IsSum, boolean IsClosed)static PathsDefaultClipper. minkowskiDiff(Path poly1, Path poly2)static PathsDefaultClipper. minkowskiSum(Path pattern, Path path, boolean pathIsClosed)static PathsDefaultClipper. minkowskiSum(Path pattern, Paths paths, boolean pathIsClosed)static PathsDefaultClipper. simplifyPolygon(Path poly)static PathsDefaultClipper. simplifyPolygon(Path poly, IClipper.PolyFillType fillType)
-