Uses of Enum Class
com.itextpdf.text.pdf.parser.clipper.Clipper.PolyType
Packages that use Clipper.PolyType
-
Uses of Clipper.PolyType in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper declared as Clipper.PolyTypeMethods in com.itextpdf.text.pdf.parser.clipper that return Clipper.PolyTypeModifier and TypeMethodDescriptionstatic Clipper.PolyType
Returns the enum constant of this class with the specified name.static Clipper.PolyType[]
Clipper.PolyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.itextpdf.text.pdf.parser.clipper with parameters of type Clipper.PolyTypeModifier and TypeMethodDescriptionboolean
Clipper.addPath
(Path pg, Clipper.PolyType polyType, boolean Closed) boolean
ClipperBase.addPath
(Path pg, Clipper.PolyType polyType, boolean Closed) boolean
Clipper.addPaths
(Paths ppg, Clipper.PolyType polyType, boolean closed) boolean
ClipperBase.addPaths
(Paths ppg, Clipper.PolyType polyType, boolean closed) private static void
ClipperBase.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.PolyTypeModifier and TypeMethodDescriptionprivate static void
PdfCleanUpRegionFilter.addRect
(Clipper clipper, Point2D[] rectVertices, Clipper.PolyType polyType)