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.PolyFillTypeDefaultClipper. clipFillTypeprivate IClipper.PolyFillTypeDefaultClipper. subjFillTypeMethods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return IClipper.PolyFillType Modifier and Type Method Description static IClipper.PolyFillTypeClipperBridge. getFillType(int fillingRule)Converts iText filling rule constant into the corresponding constant of the Clipper library.static IClipper.PolyFillTypeIClipper.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.
-