Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.Path
Packages that use Path
-
Uses of Path in com.itextpdf.kernel.pdf.canvas.parser.clipper
Fields in com.itextpdf.kernel.pdf.canvas.parser.clipper declared as PathModifier and TypeFieldDescriptionprivate Path
ClipperOffset.destPoly
private final Path
PolyNode.polygon
private Path
ClipperOffset.srcPoly
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return PathModifier and TypeMethodDescriptionPath.cleanPolygon()
Path.cleanPolygon
(double distance) PolyNode.getPolygon()
Path.TranslatePath
(Point.LongPoint delta) Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type PathModifier 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) private static Paths
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)