Uses of Class
com.itextpdf.text.pdf.parser.clipper.Paths

Packages that use Paths
com.itextpdf.text.pdf.parser.clipper   
 

Uses of Paths in com.itextpdf.text.pdf.parser.clipper
 

Methods in com.itextpdf.text.pdf.parser.clipper that return Paths
 Paths Paths.cleanPolygons()
           
 Paths Paths.cleanPolygons(double distance)
           
static Paths Paths.closedPathsFromPolyTree(PolyTree polytree)
           
static Paths Paths.makePolyTreeToPaths(PolyTree polytree)
           
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
 void ClipperOffset.addPaths(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType)
           
 boolean ClipperBase.addPaths(Paths ppg, Clipper.PolyType polyType, boolean closed)
           
 boolean Clipper.addPaths(Paths ppg, Clipper.PolyType polyType, boolean closed)
           
 boolean DefaultClipper.execute(Clipper.ClipType clipType, Paths solution)
           
 boolean Clipper.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)
           
 boolean Clipper.execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType)
           
 void ClipperOffset.execute(Paths solution, double delta)
           
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)
           
 



Copyright © 2015. All Rights Reserved.