Uses of Class
com.itextpdf.text.pdf.parser.clipper.Path
-
Packages that use Path Package Description com.itextpdf.text.pdf.parser.clipper com.itextpdf.text.pdf.pdfcleanup -
-
Uses of Path in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper declared as Path Modifier and Type Field Description private Path
ClipperOffset. destPoly
private Path
PolyNode. polygon
private Path
ClipperOffset. srcPoly
Methods in com.itextpdf.text.pdf.parser.clipper that return Path Modifier and Type Method Description Path
Path. cleanPolygon()
Path
Path. cleanPolygon(double distance)
Path
PolyNode. getPolygon()
Path
Path. TranslatePath(Point.LongPoint delta)
Methods in com.itextpdf.text.pdf.parser.clipper with parameters of type Path Modifier and Type Method Description boolean
Clipper. addPath(Path pg, Clipper.PolyType polyType, boolean Closed)
boolean
ClipperBase. addPath(Path pg, Clipper.PolyType polyType, boolean Closed)
void
ClipperOffset. addPath(Path path, Clipper.JoinType joinType, Clipper.EndType endType)
private static Paths
DefaultClipper. minkowski(Path pattern, Path path, boolean IsSum, boolean IsClosed)
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, Clipper.PolyFillType fillType)
-
Uses of Path in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup that return Path Modifier and Type Method Description private static Path
PdfCleanUpRegionFilter. convertToIntPoints(java.util.List<Point2D> points)
-