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
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return IClipper.EndTypeModifier and TypeMethodDescriptionstatic IClipper.EndTypeClipperBridge.getEndType(int lineCapStyle) Converts iText line cap style constant into the corresponding constant of the Clipper library.PolyNode.getEndType()static IClipper.EndTypeReturns 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 iTextSubpaths of the iTextPathto theClipperOffsetobject with one note: it doesn't add degenerate subpaths.voidClipperOffset.addPath(Path path, IClipper.JoinType joinType, IClipper.EndType endType) voidClipperOffset.addPaths(Paths paths, IClipper.JoinType joinType, IClipper.EndType endType) voidPolyNode.setEndType(IClipper.EndType value)