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.JoinType
PolyNode. joinType
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return IClipper.JoinType Modifier and Type Method Description static IClipper.JoinType
ClipperBridge. getJoinType(int lineJoinStyle)
Converts iText line join style constant into the corresponding constant of the Clipper library.IClipper.JoinType
PolyNode. getJoinType()
static IClipper.JoinType
IClipper.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 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)
private void
ClipperOffset. offsetPoint(int j, int[] kV, IClipper.JoinType jointype)
void
PolyNode. setJoinType(IClipper.JoinType value)
-