Uses of Class
com.itextpdf.text.pdf.parser.clipper.Path
-
Packages that use Path Package Description com.itextpdf.text.pdf.parser.clipper -
-
Uses of Path in com.itextpdf.text.pdf.parser.clipper
Methods in com.itextpdf.text.pdf.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.text.pdf.parser.clipper with parameters of type Path Modifier and Type Method Description booleanClipper. addPath(Path pg, Clipper.PolyType polyType, boolean Closed)booleanClipperBase. addPath(Path pg, Clipper.PolyType polyType, boolean Closed)voidClipperOffset. addPath(Path path, Clipper.JoinType joinType, Clipper.EndType endType)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, Clipper.PolyFillType fillType)
-