Uses of Class
com.itextpdf.text.pdf.parser.clipper.Paths
-
Packages that use Paths Package Description com.itextpdf.text.pdf.parser.clipper -
-
Uses of Paths in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper declared as Paths Modifier and Type Field Description private PathsClipperOffset. destPolysMethods in com.itextpdf.text.pdf.parser.clipper that return Paths Modifier and Type Method Description PathsPaths. cleanPolygons()PathsPaths. cleanPolygons(double distance)static PathsPaths. closedPathsFromPolyTree(PolyTree polytree)static PathsPaths. makePolyTreeToPaths(PolyTree polytree)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 PathsPaths. openPathsFromPolyTree(PolyTree polytree)static PathsDefaultClipper. simplifyPolygon(Path poly)static PathsDefaultClipper. simplifyPolygon(Path poly, Clipper.PolyFillType fillType)static PathsDefaultClipper. simplifyPolygons(Paths polys)static PathsDefaultClipper. simplifyPolygons(Paths polys, Clipper.PolyFillType fillType)Methods in com.itextpdf.text.pdf.parser.clipper with parameters of type Paths Modifier and Type Method Description booleanClipper. addPaths(Paths ppg, Clipper.PolyType polyType, boolean closed)booleanClipperBase. addPaths(Paths ppg, Clipper.PolyType polyType, boolean closed)voidClipperOffset. addPaths(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType)private voidDefaultClipper. buildResult(Paths polyg)booleanClipper. execute(Clipper.ClipType clipType, Paths solution)booleanClipper. execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType)voidClipperOffset. execute(Paths solution, double delta)booleanDefaultClipper. execute(Clipper.ClipType clipType, Paths solution)booleanDefaultClipper. execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType FillType)booleanDefaultClipper. execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType)static PathsDefaultClipper. minkowskiSum(Path pattern, Paths paths, boolean pathIsClosed)static PathsDefaultClipper. simplifyPolygons(Paths polys)static PathsDefaultClipper. simplifyPolygons(Paths polys, Clipper.PolyFillType fillType)
-