Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.IClipper.JoinType
-
Packages that use IClipper.JoinType Package Description com.itextpdf.kernel.pdf.canvas.parser.clipper -
-
Uses of IClipper.JoinType in com.itextpdf.kernel.pdf.canvas.parser.clipper
Fields in com.itextpdf.kernel.pdf.canvas.parser.clipper declared as IClipper.JoinType Modifier and Type Field Description private IClipper.JoinTypePolyNode. joinTypeMethods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return IClipper.JoinType Modifier and Type Method Description static IClipper.JoinTypeClipperBridge. getJoinType(int lineJoinStyle)Converts iText line join style constant into the corresponding constant of the Clipper library.IClipper.JoinTypePolyNode. getJoinType()static IClipper.JoinTypeIClipper.JoinType. valueOf(java.lang.String name)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.JoinType Modifier and Type Method Description java.util.List<Subpath>ClipperBridge. 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)
-