Uses of Enum Class
com.itextpdf.text.pdf.parser.clipper.Clipper.JoinType
Packages that use Clipper.JoinType
-
Uses of Clipper.JoinType in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper declared as Clipper.JoinTypeMethods in com.itextpdf.text.pdf.parser.clipper that return Clipper.JoinTypeModifier and TypeMethodDescriptionPolyNode.getJoinType()
static Clipper.JoinType
Returns the enum constant of this class with the specified name.static Clipper.JoinType[]
Clipper.JoinType.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.JoinTypeModifier and TypeMethodDescriptionvoid
ClipperOffset.addPath
(Path path, Clipper.JoinType joinType, Clipper.EndType endType) void
ClipperOffset.addPaths
(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType) private void
ClipperOffset.offsetPoint
(int j, int[] kV, Clipper.JoinType jointype) void
PolyNode.setJoinType
(Clipper.JoinType value) -
Uses of Clipper.JoinType in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup that return Clipper.JoinTypeModifier and TypeMethodDescriptionprivate static Clipper.JoinType
PdfCleanUpRegionFilter.getJoinType
(int lineJoinStyle) Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type Clipper.JoinTypeModifier 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.