Uses of Enum
com.itextpdf.kernel.pdf.canvas.parser.clipper.IClipper.JoinType
Packages that use IClipper.JoinType
-
Uses of IClipper.JoinType in com.itextpdf.kernel.pdf.canvas.parser.clipper
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return IClipper.JoinTypeModifier and TypeMethodDescriptionstatic IClipper.JoinType
ClipperBridge.getJoinType
(int lineJoinStyle) Converts iText line join style constant into the corresponding constant of the Clipper library.PolyNode.getJoinType()
static IClipper.JoinType
Returns the enum constant of this type with the specified name.static IClipper.JoinType[]
IClipper.JoinType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type IClipper.JoinTypeModifier and TypeMethodDescriptionClipperBridge.addPath
(ClipperOffset offset, Path path, IClipper.JoinType joinType, IClipper.EndType endType) Adds all iTextSubpath
s of the iTextPath
to theClipperOffset
object with one note: it doesn't add degenerate subpaths.void
ClipperOffset.addPath
(Path path, IClipper.JoinType joinType, IClipper.EndType endType) void
ClipperOffset.addPaths
(Paths paths, IClipper.JoinType joinType, IClipper.EndType endType) void
PolyNode.setJoinType
(IClipper.JoinType value)