Package | Description |
---|---|
com.itextpdf.kernel.pdf.canvas.parser.clipper |
Modifier and Type | Method and Description |
---|---|
IClipper.EndType |
PolyNode.getEndType() |
static IClipper.EndType |
ClipperBridge.getEndType(int lineCapStyle)
Converts iText line cap style constant into the corresponding constant of the Clipper library.
|
static IClipper.EndType |
IClipper.EndType.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
static List<Subpath> |
ClipperBridge.addPath(ClipperOffset offset, Path path, IClipper.JoinType joinType, IClipper.EndType endType)
Adds all iText Subpath s of the iText Path to the ClipperOffset 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) |
Copyright © 1998–2020 iText Group NV. All rights reserved.