Uses of Class
com.itextpdf.text.pdf.parser.clipper.Clipper.PolyType
-
Packages that use Clipper.PolyType Package Description com.itextpdf.text.pdf.parser.clipper com.itextpdf.text.pdf.pdfcleanup -
-
Uses of Clipper.PolyType in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper declared as Clipper.PolyType Modifier and Type Field Description (package private) Clipper.PolyTypeEdge. polyTypMethods in com.itextpdf.text.pdf.parser.clipper that return Clipper.PolyType Modifier and Type Method Description static Clipper.PolyTypeClipper.PolyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Clipper.PolyType[]Clipper.PolyType. 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.PolyType Modifier and Type Method Description booleanClipper. addPath(Path pg, Clipper.PolyType polyType, boolean Closed)booleanClipperBase. addPath(Path pg, Clipper.PolyType polyType, boolean Closed)booleanClipper. addPaths(Paths ppg, Clipper.PolyType polyType, boolean closed)booleanClipperBase. addPaths(Paths ppg, Clipper.PolyType polyType, boolean closed)private static voidClipperBase. initEdge2(Edge e, Clipper.PolyType polyType) -
Uses of Clipper.PolyType in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type Clipper.PolyType Modifier and Type Method Description private static voidPdfCleanUpRegionFilter. addRect(Clipper clipper, Point2D[] rectVertices, Clipper.PolyType polyType)
-