Uses of Class
com.itextpdf.text.pdf.parser.clipper.Clipper.PolyFillType
-
Packages that use Clipper.PolyFillType Package Description com.itextpdf.text.pdf.parser.clipper -
-
Uses of Clipper.PolyFillType in com.itextpdf.text.pdf.parser.clipper
Methods in com.itextpdf.text.pdf.parser.clipper that return Clipper.PolyFillType Modifier and Type Method Description static Clipper.PolyFillType
Clipper.PolyFillType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Clipper.PolyFillType[]
Clipper.PolyFillType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.text.pdf.parser.clipper with parameters of type Clipper.PolyFillType Modifier and Type Method Description boolean
Clipper. execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType)
boolean
Clipper. execute(Clipper.ClipType clipType, PolyTree polytree, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType)
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
DefaultClipper. execute(Clipper.ClipType clipType, PolyTree polytree, Clipper.PolyFillType FillType)
boolean
DefaultClipper. execute(Clipper.ClipType clipType, PolyTree polytree, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType)
static Paths
DefaultClipper. simplifyPolygon(Path poly, Clipper.PolyFillType fillType)
static Paths
DefaultClipper. simplifyPolygons(Paths polys, Clipper.PolyFillType fillType)
-