Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.Path
-
Uses of Path in com.itextpdf.kernel.pdf.canvas.parser.clipper
Modifier and TypeMethodDescriptionPath.cleanPolygon()
Path.cleanPolygon
(double distance) PolyNode.getPolygon()
Path.TranslatePath
(Point.LongPoint delta) Modifier and TypeMethodDescriptionboolean
ClipperBase.addPath
(Path pg, IClipper.PolyType polyType, boolean Closed) void
ClipperOffset.addPath
(Path path, IClipper.JoinType joinType, IClipper.EndType endType) boolean
IClipper.addPath
(Path pg, IClipper.PolyType polyType, boolean Closed) 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
DefaultClipper.simplifyPolygon
(Path poly) static Paths
DefaultClipper.simplifyPolygon
(Path poly, IClipper.PolyFillType fillType)