Uses of Class
com.itextpdf.text.pdf.parser.clipper.Path
Packages that use Path
-
Uses of Path in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper declared as PathModifier and TypeFieldDescriptionprivate PathClipperOffset.destPolyprivate final PathPolyNode.polygonprivate PathClipperOffset.srcPolyMethods in com.itextpdf.text.pdf.parser.clipper that return PathModifier and TypeMethodDescriptionPath.cleanPolygon()Path.cleanPolygon(double distance) PolyNode.getPolygon()Path.TranslatePath(Point.LongPoint delta) Methods in com.itextpdf.text.pdf.parser.clipper with parameters of type PathModifier and TypeMethodDescriptionbooleanClipper.addPath(Path pg, Clipper.PolyType polyType, boolean Closed) booleanClipperBase.addPath(Path pg, Clipper.PolyType polyType, boolean Closed) voidClipperOffset.addPath(Path path, Clipper.JoinType joinType, Clipper.EndType endType) private static Pathsstatic 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 PathsDefaultClipper.simplifyPolygon(Path poly) static PathsDefaultClipper.simplifyPolygon(Path poly, Clipper.PolyFillType fillType) -
Uses of Path in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup that return PathModifier and TypeMethodDescriptionprivate static PathPdfCleanUpRegionFilter.convertToIntPoints(List<Point2D> points)