Uses of Enum Class
com.itextpdf.text.pdf.parser.clipper.Clipper.EndType
Packages that use Clipper.EndType
-
Uses of Clipper.EndType in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper declared as Clipper.EndTypeMethods in com.itextpdf.text.pdf.parser.clipper that return Clipper.EndTypeModifier and TypeMethodDescriptionPolyNode.getEndType()
static Clipper.EndType
Returns the enum constant of this class with the specified name.static Clipper.EndType[]
Clipper.EndType.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.EndTypeModifier and TypeMethodDescriptionvoid
ClipperOffset.addPath
(Path path, Clipper.JoinType joinType, Clipper.EndType endType) void
ClipperOffset.addPaths
(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType) void
PolyNode.setEndType
(Clipper.EndType value) -
Uses of Clipper.EndType in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup that return Clipper.EndTypeModifier and TypeMethodDescriptionprivate static Clipper.EndType
PdfCleanUpRegionFilter.getEndType
(int lineCapStyle) Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type Clipper.EndTypeModifier and TypeMethodDescriptionPdfCleanUpRegionFilter.addPath
(ClipperOffset offset, Path path, Clipper.JoinType joinType, Clipper.EndType endType) Adds all subpaths of the path to theClipperOffset
object with one note: it doesn't add degenerate subpaths.