Uses of Enum
com.itextpdf.kernel.pdf.canvas.parser.clipper.IClipper.EndType
Packages that use IClipper.EndType
-
Uses of IClipper.EndType in com.itextpdf.kernel.pdf.canvas.parser.clipper
Fields in com.itextpdf.kernel.pdf.canvas.parser.clipper declared as IClipper.EndTypeMethods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return IClipper.EndTypeModifier and TypeMethodDescriptionstatic IClipper.EndType
ClipperBridge.getEndType
(int lineCapStyle) Converts iText line cap style constant into the corresponding constant of the Clipper library.PolyNode.getEndType()
static IClipper.EndType
Returns the enum constant of this type with the specified name.static IClipper.EndType[]
IClipper.EndType.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.EndTypeModifier 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.setEndType
(IClipper.EndType value)