Uses of Class
com.itextpdf.text.pdf.parser.clipper.Paths
-
Packages that use Paths Package Description com.itextpdf.text.pdf.parser.clipper -
-
Uses of Paths in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper declared as Paths Modifier and Type Field Description private Paths
ClipperOffset. destPolys
Methods in com.itextpdf.text.pdf.parser.clipper that return Paths Modifier and Type Method Description Paths
Paths. cleanPolygons()
Paths
Paths. cleanPolygons(double distance)
static Paths
Paths. closedPathsFromPolyTree(PolyTree polytree)
static Paths
Paths. makePolyTreeToPaths(PolyTree polytree)
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
Paths. openPathsFromPolyTree(PolyTree polytree)
static Paths
DefaultClipper. simplifyPolygon(Path poly)
static Paths
DefaultClipper. simplifyPolygon(Path poly, Clipper.PolyFillType fillType)
static Paths
DefaultClipper. simplifyPolygons(Paths polys)
static Paths
DefaultClipper. simplifyPolygons(Paths polys, Clipper.PolyFillType fillType)
Methods in com.itextpdf.text.pdf.parser.clipper with parameters of type Paths Modifier and Type Method Description boolean
Clipper. addPaths(Paths ppg, Clipper.PolyType polyType, boolean closed)
boolean
ClipperBase. addPaths(Paths ppg, Clipper.PolyType polyType, boolean closed)
void
ClipperOffset. addPaths(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType)
private void
DefaultClipper. buildResult(Paths polyg)
boolean
Clipper. execute(Clipper.ClipType clipType, Paths solution)
boolean
Clipper. execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType)
void
ClipperOffset. execute(Paths solution, double delta)
boolean
DefaultClipper. execute(Clipper.ClipType clipType, Paths solution)
boolean
DefaultClipper. execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType FillType)
boolean
DefaultClipper. execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType)
static Paths
DefaultClipper. minkowskiSum(Path pattern, Paths paths, boolean pathIsClosed)
static Paths
DefaultClipper. simplifyPolygons(Paths polys)
static Paths
DefaultClipper. simplifyPolygons(Paths polys, Clipper.PolyFillType fillType)
-