Package | Description |
---|---|
com.itextpdf.text.pdf.parser.clipper |
Modifier and Type | Method and Description |
---|---|
Clipper.JoinType |
PolyNode.getJoinType() |
static Clipper.JoinType |
Clipper.JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Clipper.JoinType[] |
Clipper.JoinType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClipperOffset.addPath(Path path, Clipper.JoinType joinType, Clipper.EndType endType) |
void |
ClipperOffset.addPaths(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType) |
void |
PolyNode.setJoinType(Clipper.JoinType value) |
Copyright © 1998–2017. All rights reserved.