Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.Paths
-
Uses of Paths in com.itextpdf.kernel.pdf.canvas.parser.clipper
Modifier and TypeMethodDescriptionPaths.cleanPolygons()
Paths.cleanPolygons
(double distance) static Paths
Paths.closedPathsFromPolyTree
(PolyTree polytree) static Paths
Paths.makePolyTreeToPaths
(PolyTree polytree) static Paths
DefaultClipper.minkowskiDiff
(Path poly1, Path poly2) static Paths
DefaultClipper.minkowskiSum
(Path pattern, Path path, boolean pathIsClosed) static Paths
DefaultClipper.minkowskiSum
(Path pattern, Paths paths, boolean pathIsClosed) static Paths
Paths.openPathsFromPolyTree
(PolyTree polytree) static Paths
DefaultClipper.simplifyPolygon
(Path poly) static Paths
DefaultClipper.simplifyPolygon
(Path poly, IClipper.PolyFillType fillType) static Paths
DefaultClipper.simplifyPolygons
(Paths polys) static Paths
DefaultClipper.simplifyPolygons
(Paths polys, IClipper.PolyFillType fillType) Modifier and TypeMethodDescriptionboolean
ClipperBase.addPaths
(Paths ppg, IClipper.PolyType polyType, boolean closed) void
ClipperOffset.addPaths
(Paths paths, IClipper.JoinType joinType, IClipper.EndType endType) boolean
IClipper.addPaths
(Paths ppg, IClipper.PolyType polyType, boolean closed) void
boolean
DefaultClipper.execute
(IClipper.ClipType clipType, Paths solution) boolean
DefaultClipper.execute
(IClipper.ClipType clipType, Paths solution, IClipper.PolyFillType FillType) boolean
DefaultClipper.execute
(IClipper.ClipType clipType, Paths solution, IClipper.PolyFillType subjFillType, IClipper.PolyFillType clipFillType) boolean
IClipper.execute
(IClipper.ClipType clipType, Paths solution) boolean
IClipper.execute
(IClipper.ClipType clipType, Paths solution, IClipper.PolyFillType subjFillType, IClipper.PolyFillType clipFillType) static Paths
DefaultClipper.minkowskiSum
(Path pattern, Paths paths, boolean pathIsClosed) static Paths
DefaultClipper.simplifyPolygons
(Paths polys) static Paths
DefaultClipper.simplifyPolygons
(Paths polys, IClipper.PolyFillType fillType)