| Modifier and Type |  
           Method and Description |  
          
 
           
           boolean |  
           execute(Clipper.ClipType clipType, Paths solution)  |  
          
 
           
           boolean |  
           execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType FillType)  |  
          
 
           
           boolean |  
           execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType)  |  
          
 
           
           boolean |  
           execute(Clipper.ClipType clipType, PolyTree polytree)  |  
          
 
           
           boolean |  
           execute(Clipper.ClipType clipType, PolyTree polytree, Clipper.PolyFillType FillType)  |  
          
 
           
           boolean |  
           execute(Clipper.ClipType clipType, PolyTree polytree, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType)  |  
          
 
           
           static Paths |  
           minkowskiDiff(Path poly1, Path poly2)  |  
          
 
           
           static Paths |  
           minkowskiSum(Path pattern, Path path, boolean pathIsClosed)  |  
          
 
           
           static Paths |  
           minkowskiSum(Path pattern, Paths paths, boolean pathIsClosed)  |  
          
 
           
           protected void |  
           reset()  |  
          
 
           
           static Paths |  
           simplifyPolygon(Path poly)  |  
          
 
           
           static Paths |  
           simplifyPolygon(Path poly, Clipper.PolyFillType fillType)  |  
          
 
           
           static Paths |  
           simplifyPolygons(Paths polys)  |  
          
 
           
           static Paths |  
           simplifyPolygons(Paths polys, Clipper.PolyFillType fillType)  |