All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
boolean |
execute(IClipper.ClipType clipType,
Paths solution) |
boolean |
execute(IClipper.ClipType clipType,
Paths solution,
IClipper.PolyFillType FillType) |
boolean |
execute(IClipper.ClipType clipType,
Paths solution,
IClipper.PolyFillType subjFillType,
IClipper.PolyFillType clipFillType) |
boolean |
execute(IClipper.ClipType clipType,
PolyTree polytree) |
boolean |
execute(IClipper.ClipType clipType,
PolyTree polytree,
IClipper.PolyFillType FillType) |
boolean |
execute(IClipper.ClipType clipType,
PolyTree polytree,
IClipper.PolyFillType subjFillType,
IClipper.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,
IClipper.PolyFillType fillType) |
static Paths |
simplifyPolygons(Paths polys) |
static Paths |
simplifyPolygons(Paths polys,
IClipper.PolyFillType fillType) |