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
Subclasses with type arguments of type IClipper.JoinType in com.itextpdf.kernel.pdf.canvas.parser.clipperFields in com.itextpdf.kernel.pdf.canvas.parser.clipper declared as IClipper.JoinTypeMethods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return IClipper.JoinTypeModifier and TypeMethodDescriptionstatic IClipper.JoinTypeClipperBridge.getJoinType(int lineJoinStyle) Converts iText line join style constant into the corresponding constant of the Clipper library.PolyNode.getJoinType()static IClipper.JoinTypeReturns 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 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) private voidClipperOffset.offsetPoint(int j, int[] kV, IClipper.JoinType jointype) voidPolyNode.setJoinType(IClipper.JoinType value)