Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.IClipper.PolyFillType
-
Packages that use IClipper.PolyFillType Package Description com.itextpdf.kernel.pdf.canvas.parser.clipper -
-
Uses of IClipper.PolyFillType in com.itextpdf.kernel.pdf.canvas.parser.clipper
Fields in com.itextpdf.kernel.pdf.canvas.parser.clipper declared as IClipper.PolyFillType Modifier and Type Field Description private IClipper.PolyFillType
DefaultClipper. clipFillType
private IClipper.PolyFillType
DefaultClipper. subjFillType
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return IClipper.PolyFillType Modifier and Type Method Description static IClipper.PolyFillType
ClipperBridge. getFillType(int fillingRule)
Converts iText filling rule constant into the corresponding constant of the Clipper library.static IClipper.PolyFillType
IClipper.PolyFillType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IClipper.PolyFillType[]
IClipper.PolyFillType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-